Html Css Color HEX #B037CB Dark Orchid

📋 copy color: '#B037CB'

red 176 ◦ green 55 ◦ blue 203

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

Shades of Dark Orchid #B037CB

Tints of Dark Orchid #B037CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.77%

R = 40.55%
G = 12.67%
B = 46.77%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B037CB (or 0xB037CB) is known color: Dark Orchid. HEX triplet: B0, 37 and CB. RGB value is (176,55,203). Sum of RGB (Red+Green+Blue) = 176+55+203=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 55 (21.88% from 255 or 12.67% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #B037CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037CB is #4FC834. Grayscale: #6B6B6B. Windows color (decimal): -5228597 or 13318064. OLE color: 13318064.

HSL color Cylindrical-coordinate representation of color #B037CB: hue angle of 289.05º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B037CB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 55 203 -
CMYK 0.13 0.73 0 0.20
HSL 289.05º 0.59% 0.51% -
HSV(B) 289.05º 0.73% 0.8% -
XYZ 30.05 16.27 58.06 -
YUV 108.05 181.59 176.47 -
System Red Green Blue C M Y K H S L
Decimal 176 55 203 0.13 0.73 0 0.20 289.05 0.59 0.51
Hex B0 37 CB D 49 0 14 121 3B 33
Octal 260 67 313 15 111 0 24 441 73 63
Binary 10110000 110111 11001011 1101 1001001 0 10100 100100001 111011 110011

Color Harmonies of #B037CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037CB

Black with #B037CB

Text Example


Text Example

White with #B037CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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