#B336C9

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

Shades of Dark Orchid #B336C9

Tints of Dark Orchid #B336C9

Color information

#B336C9 (or 0xB336C9) is unknown color: approx Dark Orchid. HEX triplet: B3, 36 and C9. RGB value is (179,54,201). Sum of RGB (Red+Green+Blue) = 179+54+201=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #B336C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B336C9 is #4CC936. Grayscale: #6B6B6B. Windows color (decimal): -5032247 or 13186739. OLE color: 13186739.

HSL color Cylindrical-coordinate representation of color #B336C9: hue angle of 291.02º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B336C9 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17954201-
CMYK0.110.7300.21
HSL291.02º57.65%50%-
HSV(B)291.02º73.13%78.82%-
XYZ30.4516.4456.83-
YUV108.13180.41178.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 201 (78.91% from 255) = 46.31%
R=41.24%
G=12.44%
B=46.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179542010.110.7300.21291.0257.6550
HexB336C9B490151233a32
Octal26366311131110254437262
Binary101100111101101100100110111001001010101100100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B336C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B336C9; }

 p { color: rgb(179,54,201); }

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

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

 a { background-color: rgb(179,54,201); }

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

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

 span { border-color: rgb(179,54,201); }

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