Html Css Color HEX #BB20AC Medium Violet Red

📋 copy color: '#BB20AC'

red 187 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #BB20AC

Tints of Medium Violet Red #BB20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 47.83%
G = 8.18%
B = 43.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB20AC (or 0xBB20AC) is known color: Medium Violet Red. HEX triplet: BB, 20 and AC. RGB value is (187,32,172). Sum of RGB (Red+Green+Blue) = 187+32+172=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 32 (12.89% from 255 or 8.18% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB20AC is #44DF53. Grayscale: #5D5D5D. Windows color (decimal): -4513620 or 11280571. OLE color: 11280571.

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

Color convert

RGB 187 32 172 -
CMYK 0 0.83 0.08 0.27
HSL 305.81º 0.71% 0.43% -
HSV(B) 305.81º 0.83% 0.73% -
XYZ 28.46 14.58 40.34 -
YUV 94.31 171.85 194.12 -
System Red Green Blue C M Y K H S L
Decimal 187 32 172 0 0.83 0.08 0.27 305.81 0.71 0.43
Hex BB 20 AC 0 53 8 1B 132 47 2B
Octal 273 40 254 0 123 10 33 462 107 53
Binary 10111011 100000 10101100 0 1010011 1000 11011 100110010 1000111 101011

Color Harmonies of #BB20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB20AC

Black with #BB20AC

Text Example


Text Example

White with #BB20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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