Html Css Color HEX #BB197E Medium Violet Red

📋 copy color: '#BB197E'

red 187 ◦ green 25 ◦ blue 126

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

Shades of Medium Violet Red #BB197E

Tints of Medium Violet Red #BB197E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.28%

R = 55.33%
G = 7.4%
B = 37.28%

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

#BB197E (or 0xBB197E) is known color: Medium Violet Red. HEX triplet: BB, 19 and 7E. RGB value is (187,25,126). Sum of RGB (Red+Green+Blue) = 187+25+126=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 126 (49.61% from 255 or 37.28% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB197E is #44E681. Grayscale: #545454. Windows color (decimal): -4515458 or 8264123. OLE color: 8264123.

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

Color convert

RGB 187 25 126 -
CMYK 0 0.87 0.33 0.27
HSL 322.59º 0.76% 0.42% -
HSV(B) 322.59º 0.87% 0.73% -
XYZ 24.61 12.77 20.91 -
YUV 84.95 151.17 200.79 -
System Red Green Blue C M Y K H S L
Decimal 187 25 126 0 0.87 0.33 0.27 322.59 0.76 0.42
Hex BB 19 7E 0 57 21 1B 143 4C 2A
Octal 273 31 176 0 127 41 33 503 114 52
Binary 10111011 11001 1111110 0 1010111 100001 11011 101000011 1001100 101010

Color Harmonies of #BB197E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB197E

Black with #BB197E

Text Example


Text Example

White with #BB197E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB197E; }

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

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

background-color css

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

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

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

border-color css

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

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

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