Html Css Color HEX #BB0B80 Medium Violet Red

📋 copy color: '#BB0B80'

red 187 ◦ green 11 ◦ blue 128

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

Shades of Medium Violet Red #BB0B80

Tints of Medium Violet Red #BB0B80

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.37%

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

R = 57.36%
G = 3.37%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB0B80 (or 0xBB0B80) is known color: Medium Violet Red. HEX triplet: BB, 0B and 80. RGB value is (187,11,128). Sum of RGB (Red+Green+Blue) = 187+11+128=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0B80 is #44F47F. Grayscale: #4C4C4C. Windows color (decimal): -4519040 or 8391611. OLE color: 8391611.

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

Color convert

RGB 187 11 128 -
CMYK 0 0.94 0.32 0.27
HSL 320.11º 0.89% 0.39% -
HSV(B) 320.11º 0.94% 0.73% -
XYZ 24.51 12.36 21.52 -
YUV 76.96 156.81 206.49 -
System Red Green Blue C M Y K H S L
Decimal 187 11 128 0 0.94 0.32 0.27 320.11 0.89 0.39
Hex BB B 80 0 5E 20 1B 140 59 27
Octal 273 13 200 0 136 40 33 500 131 47
Binary 10111011 1011 10000000 0 1011110 100000 11011 101000000 1011001 100111

Color Harmonies of #BB0B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B80

Black with #BB0B80

Text Example


Text Example

White with #BB0B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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