Html Css Color HEX #B037DD Dark Orchid

📋 copy color: '#B037DD'

red 176 ◦ green 55 ◦ blue 221

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

Shades of Dark Orchid #B037DD

Tints of Dark Orchid #B037DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.89%

R = 38.94%
G = 12.17%
B = 48.89%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B037DD (or 0xB037DD) is known color: Dark Orchid. HEX triplet: B0, 37 and DD. RGB value is (176,55,221). Sum of RGB (Red+Green+Blue) = 176+55+221=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #B037DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B037DD is #4FC822. Grayscale: #6D6D6D. Windows color (decimal): -5228579 or 14497712. OLE color: 14497712.

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

Color convert

RGB 176 55 221 -
CMYK 0.20 0.75 0 0.13
HSL 283.74º 0.71% 0.54% -
HSV(B) 283.74º 0.75% 0.87% -
XYZ 32.32 17.18 70.02 -
YUV 110.1 190.59 175 -
System Red Green Blue C M Y K H S L
Decimal 176 55 221 0.20 0.75 0 0.13 283.74 0.71 0.54
Hex B0 37 DD 14 4B 0 D 11C 47 36
Octal 260 67 335 24 113 0 15 434 107 66
Binary 10110000 110111 11011101 10100 1001011 0 1101 100011100 1000111 110110

Color Harmonies of #B037DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B037DD

Black with #B037DD

Text Example


Text Example

White with #B037DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B037DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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