Html Css Color HEX #B020B7 Dark Orchid

📋 copy color: '#B020B7'

red 176 ◦ green 32 ◦ blue 183

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

Shades of Dark Orchid #B020B7

Tints of Dark Orchid #B020B7

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.18%

 BLUE value IS 183 (71.88% from 255) = 46.8%

R = 45.01%
G = 8.18%
B = 46.8%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B020B7 (or 0xB020B7) is known color: Dark Orchid. HEX triplet: B0, 20 and B7. RGB value is (176,32,183). Sum of RGB (Red+Green+Blue) = 176+32+183=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 183 (71.88% from 255 or 46.80% from 391); Max value from RGB is 183 - color contains mainly: blue. Hex color #B020B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020B7 is #4FDF48. Grayscale: #5B5B5B. Windows color (decimal): -5234505 or 12001456. OLE color: 12001456.

HSL color Cylindrical-coordinate representation of color #B020B7: hue angle of 297.22º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B020B7 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 32 183 -
CMYK 0.04 0.83 0 0.28
HSL 297.22º 0.7% 0.42% -
HSV(B) 297.22º 0.83% 0.72% -
XYZ 26.97 13.68 46.02 -
YUV 92.27 179.21 187.72 -
System Red Green Blue C M Y K H S L
Decimal 176 32 183 0.04 0.83 0 0.28 297.22 0.7 0.42
Hex B0 20 B7 4 53 0 1C 129 46 2A
Octal 260 40 267 4 123 0 34 451 106 52
Binary 10110000 100000 10110111 100 1010011 0 11100 100101001 1000110 101010

Color Harmonies of #B020B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020B7

Black with #B020B7

Text Example


Text Example

White with #B020B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020B7; }

 p { color: rgb(176,32,183); }

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

background-color css

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

 a { background-color: rgb(176,32,183); }

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

border-color css

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

 span { border-color: rgb(176,32,183); }

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