#B436DB

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

Shades of Dark Orchid #B436DB

Tints of Dark Orchid #B436DB

Color information

#B436DB (or 0xB436DB) is unknown color: approx Dark Orchid. HEX triplet: B4, 36 and DB. RGB value is (180,54,219). Sum of RGB (Red+Green+Blue) = 180+54+219=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #B436DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436DB is #4BC924. Grayscale: #6D6D6D. Windows color (decimal): -4966693 or 14366388. OLE color: 14366388.

HSL color Cylindrical-coordinate representation of color #B436DB: hue angle of 285.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B436DB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18054219-
CMYK0.180.7500.14
HSL285.82º69.62%53.53%-
HSV(B)285.82º75.34%85.88%-
XYZ32.9317.4668.65-
YUV110.48189.24177.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.74%
GREEN value IS 54 (21.48% from 255) = 11.92%
BLUE value IS 219 (85.94% from 255) = 48.34%
R=39.74%
G=11.92%
B=48.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal180542190.180.7500.14285.8269.6253.53
HexB436DB124B0E11e4636
Octal264663332211301643610666
Binary1011010011011011011011100101001011011101000111101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B436DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B436DB; }

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

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

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

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

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

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

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

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