Html Css Color HEX #BB20A2 Medium Violet Red

📋 copy color: '#BB20A2'

red 187 ◦ green 32 ◦ blue 162

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

Shades of Medium Violet Red #BB20A2

Tints of Medium Violet Red #BB20A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.52%

R = 49.08%
G = 8.4%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB20A2 (or 0xBB20A2) is known color: Medium Violet Red. HEX triplet: BB, 20 and A2. RGB value is (187,32,162). Sum of RGB (Red+Green+Blue) = 187+32+162=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB20A2 is #44DF5D. Grayscale: #5C5C5C. Windows color (decimal): -4513630 or 10625211. OLE color: 10625211.

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

Color convert

RGB 187 32 162 -
CMYK 0 0.83 0.13 0.27
HSL 309.68º 0.71% 0.43% -
HSV(B) 309.68º 0.83% 0.73% -
XYZ 27.53 14.21 35.47 -
YUV 93.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 187 32 162 0 0.83 0.13 0.27 309.68 0.71 0.43
Hex BB 20 A2 0 53 D 1B 136 47 2B
Octal 273 40 242 0 123 15 33 466 107 53
Binary 10111011 100000 10100010 0 1010011 1101 11011 100110110 1000111 101011

Color Harmonies of #BB20A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20A2

Black with #BB20A2

Text Example


Text Example

White with #BB20A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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