#B036DD

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

Shades of Dark Orchid #B036DD

Tints of Dark Orchid #B036DD

Color information

#B036DD (or 0xB036DD) is unknown color: approx Dark Orchid. HEX triplet: B0, 36 and DD. RGB value is (176,54,221). Sum of RGB (Red+Green+Blue) = 176+54+221=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #B036DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036DD is #4FC922. Grayscale: #6C6C6C. Windows color (decimal): -5228835 or 14497456. OLE color: 14497456.

HSL color Cylindrical-coordinate representation of color #B036DD: hue angle of 283.83º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B036DD is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17654221-
CMYK0.200.7600.13
HSL283.83º71.06%53.92%-
HSV(B)283.83º75.57%86.67%-
XYZ32.2717.0970-
YUV109.52190.92175.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 54 (21.48% from 255) = 11.97%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=39.02%
G=11.97%
B=49.00%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176542210.200.7600.13283.8371.0653.92
HexB036DD144C0D11c4736
Octal260663352411401543410766
Binary1011000011011011011101101001001100011011000111001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B036DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B036DD; }

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

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

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

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

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

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

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

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