Html Css Color HEX #BB1980 Medium Violet Red

📋 copy color: '#BB1980'

red 187 ◦ green 25 ◦ blue 128

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

Shades of Medium Violet Red #BB1980

Tints of Medium Violet Red #BB1980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.35%

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

R = 55%
G = 7.35%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB1980 (or 0xBB1980) is known color: Medium Violet Red. HEX triplet: BB, 19 and 80. RGB value is (187,25,128). Sum of RGB (Red+Green+Blue) = 187+25+128=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1980 is #44E67F. Grayscale: #545454. Windows color (decimal): -4515456 or 8395195. OLE color: 8395195.

HSL color Cylindrical-coordinate representation of color #BB1980: hue angle of 321.85º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1980 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 128 -
CMYK 0 0.87 0.32 0.27
HSL 321.85º 0.76% 0.42% -
HSV(B) 321.85º 0.87% 0.73% -
XYZ 24.74 12.82 21.59 -
YUV 85.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 187 25 128 0 0.87 0.32 0.27 321.85 0.76 0.42
Hex BB 19 80 0 57 20 1B 142 4C 2A
Octal 273 31 200 0 127 40 33 502 114 52
Binary 10111011 11001 10000000 0 1010111 100000 11011 101000010 1001100 101010

Color Harmonies of #BB1980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1980

Black with #BB1980

Text Example


Text Example

White with #BB1980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1980; }

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

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

background-color css

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

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

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

border-color css

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

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

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