#B333CD

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

Shades of Dark Orchid #B333CD

Tints of Dark Orchid #B333CD

Color information

#B333CD (or 0xB333CD) is unknown color: approx Dark Orchid. HEX triplet: B3, 33 and CD. RGB value is (179,51,205). Sum of RGB (Red+Green+Blue) = 179+51+205=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 51 (20.31% from 255 or 11.72% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #B333CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333CD is #4CCC32. Grayscale: #6A6A6A. Windows color (decimal): -5033011 or 13448115. OLE color: 13448115.

HSL color Cylindrical-coordinate representation of color #B333CD: hue angle of 289.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B333CD is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17951205-
CMYK0.130.7500.20
HSL289.87º60.63%50.2%-
HSV(B)289.87º75.12%80.39%-
XYZ30.7916.3659.29-
YUV106.83183.41179.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.15%
GREEN value IS 51 (20.31% from 255) = 11.72%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=41.15%
G=11.72%
B=47.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal179512050.130.7500.20289.8760.6350.2
HexB333CDD4B0141223d32
Octal26363315151130244427562
Binary101100111100111100110111011001011010100100100010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B333CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B333CD; }

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

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

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

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

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

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

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

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