#B333D9

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

Shades of Dark Orchid #B333D9

Tints of Dark Orchid #B333D9

Color information

#B333D9 (or 0xB333D9) is unknown color: approx Dark Orchid. HEX triplet: B3, 33 and D9. RGB value is (179,51,217). Sum of RGB (Red+Green+Blue) = 179+51+217=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #B333D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333D9 is #4CCC26. Grayscale: #6B6B6B. Windows color (decimal): -5032999 or 14234547. OLE color: 14234547.

HSL color Cylindrical-coordinate representation of color #B333D9: hue angle of 286.27º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B333D9 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17951217-
CMYK0.180.7600.15
HSL286.27º68.6%52.55%-
HSV(B)286.27º76.5%85.1%-
XYZ32.316.9667.22-
YUV108.2189.41178.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 51 (20.31% from 255) = 11.41%
BLUE value IS 217 (85.16% from 255) = 48.55%
R=40.04%
G=11.41%
B=48.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal179512170.180.7600.15286.2768.652.55
HexB333D9124C0F11e4535
Octal263633312211401743610565
Binary1011001111001111011001100101001100011111000111101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B333D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B333D9; }

 p { color: rgb(179,51,217); }

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

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

 a { background-color: rgb(179,51,217); }

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

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

 span { border-color: rgb(179,51,217); }

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