Html Css Color HEX #BB197D Medium Violet Red

📋 copy color: '#BB197D'

red 187 ◦ green 25 ◦ blue 125

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

Shades of Medium Violet Red #BB197D

Tints of Medium Violet Red #BB197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 55.49%
G = 7.42%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB197D (or 0xBB197D) is known color: Medium Violet Red. HEX triplet: BB, 19 and 7D. RGB value is (187,25,125). Sum of RGB (Red+Green+Blue) = 187+25+125=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB197D is #44E682. Grayscale: #545454. Windows color (decimal): -4515459 or 8198587. OLE color: 8198587.

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

Color convert

RGB 187 25 125 -
CMYK 0 0.87 0.33 0.27
HSL 322.96º 0.76% 0.42% -
HSV(B) 322.96º 0.87% 0.73% -
XYZ 24.54 12.74 20.57 -
YUV 84.84 150.67 200.87 -
System Red Green Blue C M Y K H S L
Decimal 187 25 125 0 0.87 0.33 0.27 322.96 0.76 0.42
Hex BB 19 7D 0 57 21 1B 143 4C 2A
Octal 273 31 175 0 127 41 33 503 114 52
Binary 10111011 11001 1111101 0 1010111 100001 11011 101000011 1001100 101010

Color Harmonies of #BB197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB197D

Black with #BB197D

Text Example


Text Example

White with #BB197D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB197D; }

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

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

background-color css

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

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

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

border-color css

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

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

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