Html Css Color HEX #BB1199 Medium Violet Red

📋 copy color: '#BB1199'

red 187 ◦ green 17 ◦ blue 153

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

Shades of Medium Violet Red #BB1199

Tints of Medium Violet Red #BB1199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 52.38%
G = 4.76%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB1199 (or 0xBB1199) is known color: Medium Violet Red. HEX triplet: BB, 11 and 99. RGB value is (187,17,153). Sum of RGB (Red+Green+Blue) = 187+17+153=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1199 is #44EE66. Grayscale: #525252. Windows color (decimal): -4517479 or 10031547. OLE color: 10031547.

HSL color Cylindrical-coordinate representation of color #BB1199: hue angle of 312º 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 #BB1199 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 17 153 -
CMYK 0 0.91 0.18 0.27
HSL 312º 0.83% 0.4% -
HSV(B) 312º 0.91% 0.73% -
XYZ 26.44 13.27 31.3 -
YUV 83.33 167.32 201.94 -
System Red Green Blue C M Y K H S L
Decimal 187 17 153 0 0.91 0.18 0.27 312 0.83 0.4
Hex BB 11 99 0 5B 12 1B 138 53 28
Octal 273 21 231 0 133 22 33 470 123 50
Binary 10111011 10001 10011001 0 1011011 10010 11011 100111000 1010011 101000

Color Harmonies of #BB1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1199

Black with #BB1199

Text Example


Text Example

White with #BB1199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1199; }

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

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

background-color css

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

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

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

border-color css

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

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

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