Html Css Color HEX #BB2080 Medium Violet Red

📋 copy color: '#BB2080'

red 187 ◦ green 32 ◦ blue 128

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

Shades of Medium Violet Red #BB2080

Tints of Medium Violet Red #BB2080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 36.89%

R = 53.89%
G = 9.22%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB2080 (or 0xBB2080) is known color: Medium Violet Red. HEX triplet: BB, 20 and 80. RGB value is (187,32,128). Sum of RGB (Red+Green+Blue) = 187+32+128=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 128 (50.39% from 255 or 36.89% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2080 is #44DF7F. Grayscale: #595959. Windows color (decimal): -4513664 or 8396987. OLE color: 8396987.

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

Color convert

RGB 187 32 128 -
CMYK 0 0.83 0.32 0.27
HSL 322.84º 0.71% 0.43% -
HSV(B) 322.84º 0.83% 0.73% -
XYZ 24.91 13.16 21.65 -
YUV 89.29 149.85 197.69 -
System Red Green Blue C M Y K H S L
Decimal 187 32 128 0 0.83 0.32 0.27 322.84 0.71 0.43
Hex BB 20 80 0 53 20 1B 143 47 2B
Octal 273 40 200 0 123 40 33 503 107 53
Binary 10111011 100000 10000000 0 1010011 100000 11011 101000011 1000111 101011

Color Harmonies of #BB2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2080

Black with #BB2080

Text Example


Text Example

White with #BB2080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2080; }

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

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

background-color css

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

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

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

border-color css

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

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

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