Html Css Color HEX #BB2980 Medium Red Violet

📋 copy color: '#BB2980'

red 187 ◦ green 41 ◦ blue 128

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

Shades of Medium Red Violet #BB2980

Tints of Medium Red Violet #BB2980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.52%

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

R = 52.53%
G = 11.52%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB2980 (or 0xBB2980) is known color: Medium Red Violet. HEX triplet: BB, 29 and 80. RGB value is (187,41,128). Sum of RGB (Red+Green+Blue) = 187+41+128=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2980 is #44D67F. Grayscale: #5E5E5E. Windows color (decimal): -4511360 or 8399291. OLE color: 8399291.

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

Color convert

RGB 187 41 128 -
CMYK 0 0.78 0.32 0.27
HSL 324.25º 0.64% 0.45% -
HSV(B) 324.25º 0.78% 0.73% -
XYZ 25.18 13.71 21.74 -
YUV 94.57 146.87 193.93 -
System Red Green Blue C M Y K H S L
Decimal 187 41 128 0 0.78 0.32 0.27 324.25 0.64 0.45
Hex BB 29 80 0 4E 20 1B 144 40 2D
Octal 273 51 200 0 116 40 33 504 100 55
Binary 10111011 101001 10000000 0 1001110 100000 11011 101000100 1000000 101101

Color Harmonies of #BB2980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2980

Black with #BB2980

Text Example


Text Example

White with #BB2980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2980; }

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

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

background-color css

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

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

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

border-color css

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

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

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