Html Css Color HEX #BB199F Medium Violet Red

📋 copy color: '#BB199F'

red 187 ◦ green 25 ◦ blue 159

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

Shades of Medium Violet Red #BB199F

Tints of Medium Violet Red #BB199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.74%

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 50.4%
G = 6.74%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BB199F (or 0xBB199F) is known color: Medium Violet Red. HEX triplet: BB, 19 and 9F. RGB value is (187,25,159). Sum of RGB (Red+Green+Blue) = 187+25+159=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB199F is #44E660. Grayscale: #585858. Windows color (decimal): -4515425 or 10426811. OLE color: 10426811.

HSL color Cylindrical-coordinate representation of color #BB199F: hue angle of 310.37º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB199F is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 25 159 -
CMYK 0 0.87 0.15 0.27
HSL 310.37º 0.76% 0.42% -
HSV(B) 310.37º 0.87% 0.73% -
XYZ 27.1 13.76 34.03 -
YUV 88.71 167.67 198.1 -
System Red Green Blue C M Y K H S L
Decimal 187 25 159 0 0.87 0.15 0.27 310.37 0.76 0.42
Hex BB 19 9F 0 57 F 1B 136 4C 2A
Octal 273 31 237 0 127 17 33 466 114 52
Binary 10111011 11001 10011111 0 1010111 1111 11011 100110110 1001100 101010

Color Harmonies of #BB199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB199F

Black with #BB199F

Text Example


Text Example

White with #BB199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB199F; }

 p { color: rgb(187,25,159); }

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

background-color css

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

 a { background-color: rgb(187,25,159); }

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

border-color css

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

 span { border-color: rgb(187,25,159); }

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