#B036BD

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

Shades of Dark Orchid #B036BD

Tints of Dark Orchid #B036BD

Color information

#B036BD (or 0xB036BD) is unknown color: approx Dark Orchid. HEX triplet: B0, 36 and BD. RGB value is (176,54,189). Sum of RGB (Red+Green+Blue) = 176+54+189=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #B036BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036BD is #4FC942. Grayscale: #696969. Windows color (decimal): -5228867 or 12400304. OLE color: 12400304.

HSL color Cylindrical-coordinate representation of color #B036BD: hue angle of 294.22º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B036BD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17654189-
CMYK0.070.7100.26
HSL294.22º55.56%47.65%-
HSV(B)294.22º71.43%74.12%-
XYZ28.4115.5449.65-
YUV105.87174.92178.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 54 (21.48% from 255) = 12.89%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=42.00%
G=12.89%
B=45.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176541890.070.7100.26294.2255.5647.65
HexB036BD74701A1263830
Octal2606627571070324467060
Binary10110000110110101111011111000111011010100100110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B036BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B036BD; }

 p { color: rgb(176,54,189); }

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

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

 a { background-color: rgb(176,54,189); }

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

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

 span { border-color: rgb(176,54,189); }

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