Html Css Color HEX #B036CE Dark Orchid

📋 copy color: '#B036CE'

red 176 ◦ green 54 ◦ blue 206

#B036CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B036CE

Tints of Dark Orchid #B036CE

RGB

 RED value IS 176 (69.14% from 255) = 40.37%

 GREEN value IS 54 (21.48% from 255) = 12.39%

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 40.37%
G = 12.39%
B = 47.25%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B036CE (or 0xB036CE) is known color: Dark Orchid. HEX triplet: B0, 36 and CE. RGB value is (176,54,206). Sum of RGB (Red+Green+Blue) = 176+54+206=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 54 (21.48% from 255 or 12.39% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #B036CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B036CE is #4FC931. Grayscale: #6B6B6B. Windows color (decimal): -5228850 or 13514416. OLE color: 13514416.

HSL color Cylindrical-coordinate representation of color #B036CE: hue angle of 288.16º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B036CE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 54 206 -
CMYK 0.15 0.74 0 0.19
HSL 288.16º 0.61% 0.51% -
HSV(B) 288.16º 0.74% 0.81% -
XYZ 30.36 16.32 59.94 -
YUV 107.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 176 54 206 0.15 0.74 0 0.19 288.16 0.61 0.51
Hex B0 36 CE F 4A 0 13 120 3D 33
Octal 260 66 316 17 112 0 23 440 75 63
Binary 10110000 110110 11001110 1111 1001010 0 10011 100100000 111101 110011

Color Harmonies of #B036CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B036CE

Black with #B036CE

Text Example


Text Example

White with #B036CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B036CE; }

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

 H1.HeaderClassName
 {
   color: #B036CE;
 }
 .AnyTagClassName
 {
   color: #B036CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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