#B436C9

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

Shades of Dark Orchid #B436C9

Tints of Dark Orchid #B436C9

Color information

#B436C9 (or 0xB436C9) is unknown color: approx Dark Orchid. HEX triplet: B4, 36 and C9. RGB value is (180,54,201). Sum of RGB (Red+Green+Blue) = 180+54+201=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #B436C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436C9 is #4BC936. Grayscale: #6B6B6B. Windows color (decimal): -4966711 or 13186740. OLE color: 13186740.

HSL color Cylindrical-coordinate representation of color #B436C9: hue angle of 291.43º 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 #B436C9 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18054201-
CMYK0.100.7300.21
HSL291.43º57.65%50%-
HSV(B)291.43º73.13%78.82%-
XYZ30.6816.5656.84-
YUV108.43180.24179.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 54 (21.48% from 255) = 12.41%
BLUE value IS 201 (78.91% from 255) = 46.21%
R=41.38%
G=12.41%
B=46.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180542010.100.7300.21291.4357.6550
HexB436C9A490151233a32
Octal26466311121110254437262
Binary101101001101101100100110101001001010101100100011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436C9; }

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

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

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

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

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

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

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

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