Html Css Color HEX #B020BB Dark Orchid

📋 copy color: '#B020BB'

red 176 ◦ green 32 ◦ blue 187

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

Shades of Dark Orchid #B020BB

Tints of Dark Orchid #B020BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.34%

R = 44.56%
G = 8.1%
B = 47.34%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B020BB (or 0xB020BB) is known color: Dark Orchid. HEX triplet: B0, 20 and BB. RGB value is (176,32,187). Sum of RGB (Red+Green+Blue) = 176+32+187=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #B020BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020BB is #4FDF44. Grayscale: #5C5C5C. Windows color (decimal): -5234501 or 12263600. OLE color: 12263600.

HSL color Cylindrical-coordinate representation of color #B020BB: hue angle of 295.74º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B020BB is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 32 187 -
CMYK 0.06 0.83 0 0.27
HSL 295.74º 0.71% 0.43% -
HSV(B) 295.74º 0.83% 0.73% -
XYZ 27.39 13.85 48.24 -
YUV 92.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 176 32 187 0.06 0.83 0 0.27 295.74 0.71 0.43
Hex B0 20 BB 6 53 0 1B 128 47 2B
Octal 260 40 273 6 123 0 33 450 107 53
Binary 10110000 100000 10111011 110 1010011 0 11011 100101000 1000111 101011

Color Harmonies of #B020BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020BB

Black with #B020BB

Text Example


Text Example

White with #B020BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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