Html Css Color HEX #B9197F Medium Violet Red

📋 copy color: '#B9197F'

red 185 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #B9197F

Tints of Medium Violet Red #B9197F

RGB

 RED value IS 185 (72.66% from 255) = 54.9%

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

 BLUE value IS 127 (50% from 255) = 37.69%

R = 54.9%
G = 7.42%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9197F (or 0xB9197F) is known color: Medium Violet Red. HEX triplet: B9, 19 and 7F. RGB value is (185,25,127). Sum of RGB (Red+Green+Blue) = 185+25+127=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B9197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9197F is #46E680. Grayscale: #545454. Windows color (decimal): -4646529 or 8329657. OLE color: 8329657.

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

Color convert

RGB 185 25 127 -
CMYK 0 0.86 0.31 0.27
HSL 321.75º 0.76% 0.41% -
HSV(B) 321.75º 0.86% 0.73% -
XYZ 24.19 12.54 21.22 -
YUV 84.47 152.01 199.71 -
System Red Green Blue C M Y K H S L
Decimal 185 25 127 0 0.86 0.31 0.27 321.75 0.76 0.41
Hex B9 19 7F 0 56 1F 1B 142 4C 29
Octal 271 31 177 0 126 37 33 502 114 51
Binary 10111001 11001 1111111 0 1010110 11111 11011 101000010 1001100 101001

Color Harmonies of #B9197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9197F

Black with #B9197F

Text Example


Text Example

White with #B9197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9197F; }

 p { color: rgb(185,25,127); }

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

background-color css

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

 a { background-color: rgb(185,25,127); }

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

border-color css

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

 span { border-color: rgb(185,25,127); }

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