Html Css Color HEX #B037DB Dark Orchid

📋 copy color: '#B037DB'

red 176 ◦ green 55 ◦ blue 219

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

Shades of Dark Orchid #B037DB

Tints of Dark Orchid #B037DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 39.11%
G = 12.22%
B = 48.67%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B037DB (or 0xB037DB) is known color: Dark Orchid. HEX triplet: B0, 37 and DB. RGB value is (176,55,219). Sum of RGB (Red+Green+Blue) = 176+55+219=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #B037DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037DB is #4FC824. Grayscale: #6D6D6D. Windows color (decimal): -5228581 or 14366640. OLE color: 14366640.

HSL color Cylindrical-coordinate representation of color #B037DB: hue angle of 284.27º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B037DB is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 55 219 -
CMYK 0.20 0.75 0 0.14
HSL 284.27º 0.69% 0.54% -
HSV(B) 284.27º 0.75% 0.86% -
XYZ 32.06 17.08 68.62 -
YUV 109.88 189.59 175.16 -
System Red Green Blue C M Y K H S L
Decimal 176 55 219 0.20 0.75 0 0.14 284.27 0.69 0.54
Hex B0 37 DB 14 4B 0 E 11C 45 36
Octal 260 67 333 24 113 0 16 434 105 66
Binary 10110000 110111 11011011 10100 1001011 0 1110 100011100 1000101 110110

Color Harmonies of #B037DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037DB

Black with #B037DB

Text Example


Text Example

White with #B037DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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