#B036EB

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

Shades of Dark Orchid #B036EB

Tints of Dark Orchid #B036EB

Color information

#B036EB (or 0xB036EB) is unknown color: approx Dark Orchid. HEX triplet: B0, 36 and EB. RGB value is (176,54,235). Sum of RGB (Red+Green+Blue) = 176+54+235=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 54 (21.48% from 255 or 11.61% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #B036EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B036EB is #4FC914. Grayscale: #6E6E6E. Windows color (decimal): -5228821 or 15414960. OLE color: 15414960.

HSL color Cylindrical-coordinate representation of color #B036EB: hue angle of 280.44º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B036EB is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17654235-
CMYK0.250.7700.08
HSL280.44º81.9%56.67%-
HSV(B)280.44º77.02%92.16%-
XYZ34.2217.8780.24-
YUV111.11197.92174.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 54 (21.48% from 255) = 11.61%
BLUE value IS 235 (92.19% from 255) = 50.54%
R=37.85%
G=11.61%
B=50.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176542350.250.7700.08280.4481.956.67
HexB036EB194D081185239
Octal260663533111501043012271
Binary1011000011011011101011110011001101010001000110001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B036EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B036EB; }

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

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

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

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

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

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

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

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