Html Css Color HEX #B037CE Dark Orchid

📋 copy color: '#B037CE'

red 176 ◦ green 55 ◦ blue 206

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

Shades of Dark Orchid #B037CE

Tints of Dark Orchid #B037CE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.59%

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

R = 40.27%
G = 12.59%
B = 47.14%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B037CE (or 0xB037CE) is known color: Dark Orchid. HEX triplet: B0, 37 and CE. RGB value is (176,55,206). Sum of RGB (Red+Green+Blue) = 176+55+206=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #B037CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037CE is #4FC831. Grayscale: #6B6B6B. Windows color (decimal): -5228594 or 13514672. OLE color: 13514672.

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

Color convert

RGB 176 55 206 -
CMYK 0.15 0.73 0 0.19
HSL 288.08º 0.61% 0.51% -
HSV(B) 288.08º 0.73% 0.81% -
XYZ 30.41 16.42 59.96 -
YUV 108.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 176 55 206 0.15 0.73 0 0.19 288.08 0.61 0.51
Hex B0 37 CE F 49 0 13 120 3D 33
Octal 260 67 316 17 111 0 23 440 75 63
Binary 10110000 110111 11001110 1111 1001001 0 10011 100100000 111101 110011

Color Harmonies of #B037CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037CE

Black with #B037CE

Text Example


Text Example

White with #B037CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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