Html Css Color HEX #BB0580 Medium Violet Red

📋 copy color: '#BB0580'

red 187 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #BB0580

Tints of Medium Violet Red #BB0580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

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

R = 58.44%
G = 1.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB0580 (or 0xBB0580) is known color: Medium Violet Red. HEX triplet: BB, 05 and 80. RGB value is (187,5,128). Sum of RGB (Red+Green+Blue) = 187+5+128=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 128 (50.39% from 255 or 40% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0580 is #44FA7F. Grayscale: #494949. Windows color (decimal): -4520576 or 8390075. OLE color: 8390075.

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

Color convert

RGB 187 5 128 -
CMYK 0 0.97 0.32 0.27
HSL 319.45º 0.95% 0.38% -
HSV(B) 319.45º 0.97% 0.73% -
XYZ 24.44 12.23 21.49 -
YUV 73.44 158.8 209 -
System Red Green Blue C M Y K H S L
Decimal 187 5 128 0 0.97 0.32 0.27 319.45 0.95 0.38
Hex BB 5 80 0 61 20 1B 13F 5F 26
Octal 273 5 200 0 141 40 33 477 137 46
Binary 10111011 101 10000000 0 1100001 100000 11011 100111111 1011111 100110

Color Harmonies of #BB0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0580

Black with #BB0580

Text Example


Text Example

White with #BB0580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0580; }

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

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

background-color css

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

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

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

border-color css

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

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

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