Html Css Color HEX #BB1189 Medium Violet Red

📋 copy color: '#BB1189'

red 187 ◦ green 17 ◦ blue 137

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

Shades of Medium Violet Red #BB1189

Tints of Medium Violet Red #BB1189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.99%

 BLUE value IS 137 (53.91% from 255) = 40.18%

R = 54.84%
G = 4.99%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BB1189 (or 0xBB1189) is known color: Medium Violet Red. HEX triplet: BB, 11 and 89. RGB value is (187,17,137). Sum of RGB (Red+Green+Blue) = 187+17+137=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1189 is #44EE76. Grayscale: #515151. Windows color (decimal): -4517495 or 8982971. OLE color: 8982971.

HSL color Cylindrical-coordinate representation of color #BB1189: hue angle of 317.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1189 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 137 -
CMYK 0 0.91 0.27 0.27
HSL 317.65º 0.83% 0.4% -
HSV(B) 317.65º 0.91% 0.73% -
XYZ 25.21 12.77 24.8 -
YUV 81.51 159.32 203.24 -
System Red Green Blue C M Y K H S L
Decimal 187 17 137 0 0.91 0.27 0.27 317.65 0.83 0.4
Hex BB 11 89 0 5B 1B 1B 13E 53 28
Octal 273 21 211 0 133 33 33 476 123 50
Binary 10111011 10001 10001001 0 1011011 11011 11011 100111110 1010011 101000

Color Harmonies of #BB1189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1189

Black with #BB1189

Text Example


Text Example

White with #BB1189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1189; }

 p { color: rgb(187,17,137); }

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

background-color css

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

 a { background-color: rgb(187,17,137); }

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

border-color css

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

 span { border-color: rgb(187,17,137); }

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