Html Css Color HEX #BB198F Medium Violet Red

📋 copy color: '#BB198F'

red 187 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #BB198F

Tints of Medium Violet Red #BB198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 52.68%
G = 7.04%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB198F (or 0xBB198F) is known color: Medium Violet Red. HEX triplet: BB, 19 and 8F. RGB value is (187,25,143). Sum of RGB (Red+Green+Blue) = 187+25+143=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 25 (10.16% from 255 or 7.04% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB198F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB198F is #44E670. Grayscale: #565656. Windows color (decimal): -4515441 or 9378235. OLE color: 9378235.

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

Color convert

RGB 187 25 143 -
CMYK 0 0.87 0.24 0.27
HSL 316.3º 0.76% 0.42% -
HSV(B) 316.3º 0.87% 0.73% -
XYZ 25.8 13.24 27.18 -
YUV 86.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 187 25 143 0 0.87 0.24 0.27 316.3 0.76 0.42
Hex BB 19 8F 0 57 18 1B 13C 4C 2A
Octal 273 31 217 0 127 30 33 474 114 52
Binary 10111011 11001 10001111 0 1010111 11000 11011 100111100 1001100 101010

Color Harmonies of #BB198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB198F

Black with #BB198F

Text Example


Text Example

White with #BB198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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