Html Css Color HEX #BB0780 Medium Violet Red

📋 copy color: '#BB0780'

red 187 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #BB0780

Tints of Medium Violet Red #BB0780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 58.07%
G = 2.17%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB0780 (or 0xBB0780) is known color: Medium Violet Red. HEX triplet: BB, 07 and 80. RGB value is (187,7,128). Sum of RGB (Red+Green+Blue) = 187+7+128=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0780 is #44F87F. Grayscale: #4A4A4A. Windows color (decimal): -4520064 or 8390587. OLE color: 8390587.

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

Color convert

RGB 187 7 128 -
CMYK 0 0.96 0.32 0.27
HSL 319.67º 0.93% 0.38% -
HSV(B) 319.67º 0.96% 0.73% -
XYZ 24.47 12.28 21.5 -
YUV 74.61 158.13 208.16 -
System Red Green Blue C M Y K H S L
Decimal 187 7 128 0 0.96 0.32 0.27 319.67 0.93 0.38
Hex BB 7 80 0 60 20 1B 140 5D 26
Octal 273 7 200 0 140 40 33 500 135 46
Binary 10111011 111 10000000 0 1100000 100000 11011 101000000 1011101 100110

Color Harmonies of #BB0780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0780

Black with #BB0780

Text Example


Text Example

White with #BB0780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0780; }

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

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

background-color css

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

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

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

border-color css

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

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

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