Html Css Color HEX #BB20AB Medium Violet Red

📋 copy color: '#BB20AB'

red 187 ◦ green 32 ◦ blue 171

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

Shades of Medium Violet Red #BB20AB

Tints of Medium Violet Red #BB20AB

RGB

 RED value IS 187 (73.44% from 255) = 47.95%

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 47.95%
G = 8.21%
B = 43.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#BB20AB (or 0xBB20AB) is known color: Medium Violet Red. HEX triplet: BB, 20 and AB. RGB value is (187,32,171). Sum of RGB (Red+Green+Blue) = 187+32+171=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB20AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB20AB is #44DF54. Grayscale: #5D5D5D. Windows color (decimal): -4513621 or 11215035. OLE color: 11215035.

HSL color Cylindrical-coordinate representation of color #BB20AB: hue angle of 306.19º 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 #BB20AB is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 32 171 -
CMYK 0 0.83 0.09 0.27
HSL 306.19º 0.71% 0.43% -
HSV(B) 306.19º 0.83% 0.73% -
XYZ 28.36 14.54 39.84 -
YUV 94.19 171.35 194.2 -
System Red Green Blue C M Y K H S L
Decimal 187 32 171 0 0.83 0.09 0.27 306.19 0.71 0.43
Hex BB 20 AB 0 53 9 1B 132 47 2B
Octal 273 40 253 0 123 11 33 462 107 53
Binary 10111011 100000 10101011 0 1010011 1001 11011 100110010 1000111 101011

Color Harmonies of #BB20AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20AB

Black with #BB20AB

Text Example


Text Example

White with #BB20AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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