#b33fdf

Color #B33FDF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B33FDF

Tints of Medium Orchid #B33FDF

Color information

#B33FDF (or 0xB33FDF) is unknown color: approx Medium Orchid. HEX triplet: B3, 3F and DF. RGB value is (179,63,223). Sum of RGB (Red+Green+Blue) = 179+63+223=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #B33FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33FDF is #4CC020. Grayscale: #737373. Windows color (decimal): -5029921 or 14630835. OLE color: 14630835.

HSL color Cylindrical-coordinate representation of color #B33FDF: hue angle of 283.5º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33FDF is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17963223-
CMYK0.200.7200.13
HSL283.5º71.43%56.08%-
HSV(B)283.5º71.75%87.45%-
XYZ33.6918.4771.6-
YUV115.92188.43172.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 63 (25% from 255) = 13.55%
BLUE value IS 223 (87.5% from 255) = 47.96%
R=38.49%
G=13.55%
B=47.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179632230.200.7200.13283.571.4356.08
HexB33FDF14480D11c4738
Octal263773372411001543410770
Binary1011001111111111011111101001001000011011000111001000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b33fdf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b33fdf; }

 p { color: rgb(179,63,223); }

 H1.HeaderClassName
 {
   color: #b33fdf;
 }
 .AnyTagClassName
 {
   color: #b33fdf;
 }
</style>
background-color css

<style>
 a { background-color: #b33fdf; }

 a { background-color: rgb(179,63,223); }

 div.DivClassName
 {
   background-color: #b33fdf;
 }
 .BgClassName
 {
   background-color: #b33fdf;
 }
</style>
border-color css

<style>
 span { border-color: #b33fdf; }

 span { border-color: rgb(179,63,223); }

 td.TdClassName
 {
   border-color: #b33fdf;
 }
 .TagClassName
 {
   border-color: #b33fdf;
 }
</style>