Html Css Color HEX #BB198C Medium Violet Red

📋 copy color: '#BB198C'

red 187 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #BB198C

Tints of Medium Violet Red #BB198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.77%

R = 53.13%
G = 7.1%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB198C (or 0xBB198C) is known color: Medium Violet Red. HEX triplet: BB, 19 and 8C. RGB value is (187,25,140). Sum of RGB (Red+Green+Blue) = 187+25+140=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 25 (10.16% from 255 or 7.10% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB198C is #44E673. Grayscale: #565656. Windows color (decimal): -4515444 or 9181627. OLE color: 9181627.

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

Color convert

RGB 187 25 140 -
CMYK 0 0.87 0.25 0.27
HSL 317.41º 0.76% 0.42% -
HSV(B) 317.41º 0.87% 0.73% -
XYZ 25.57 13.15 26 -
YUV 86.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 187 25 140 0 0.87 0.25 0.27 317.41 0.76 0.42
Hex BB 19 8C 0 57 19 1B 13D 4C 2A
Octal 273 31 214 0 127 31 33 475 114 52
Binary 10111011 11001 10001100 0 1010111 11001 11011 100111101 1001100 101010

Color Harmonies of #BB198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB198C

Black with #BB198C

Text Example


Text Example

White with #BB198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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