Html Css Color HEX #BB0199 Medium Violet Red

📋 copy color: '#BB0199'

red 187 ◦ green 1 ◦ blue 153

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

Shades of Medium Violet Red #BB0199

Tints of Medium Violet Red #BB0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 54.84%
G = 0.29%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB0199 (or 0xBB0199) is known color: Medium Violet Red. HEX triplet: BB, 01 and 99. RGB value is (187,1,153). Sum of RGB (Red+Green+Blue) = 187+1+153=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 1 (0.78% from 255 or 0.29% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0199 is #44FE66. Grayscale: #494949. Windows color (decimal): -4521575 or 10027451. OLE color: 10027451.

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

Color convert

RGB 187 1 153 -
CMYK 0 0.99 0.18 0.27
HSL 310.97º 0.99% 0.37% -
HSV(B) 310.97º 0.99% 0.73% -
XYZ 26.25 12.89 31.24 -
YUV 73.94 172.62 208.64 -
System Red Green Blue C M Y K H S L
Decimal 187 1 153 0 0.99 0.18 0.27 310.97 0.99 0.37
Hex BB 1 99 0 63 12 1B 137 63 25
Octal 273 1 231 0 143 22 33 467 143 45
Binary 10111011 1 10011001 0 1100011 10010 11011 100110111 1100011 100101

Color Harmonies of #BB0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0199

Black with #BB0199

Text Example


Text Example

White with #BB0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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