Html Css Color HEX #B9397C Medium Red Violet

📋 copy color: '#B9397C'

red 185 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #B9397C

Tints of Medium Red Violet #B9397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.57%

 BLUE value IS 124 (48.83% from 255) = 33.88%

R = 50.55%
G = 15.57%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9397C (or 0xB9397C) is known color: Medium Red Violet. HEX triplet: B9, 39 and 7C. RGB value is (185,57,124). Sum of RGB (Red+Green+Blue) = 185+57+124=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9397C is #46C683. Grayscale: #666666. Windows color (decimal): -4638340 or 8141241. OLE color: 8141241.

HSL color Cylindrical-coordinate representation of color #B9397C: hue angle of 328.59º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9397C is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 124 -
CMYK 0 0.69 0.33 0.27
HSL 328.59º 0.53% 0.47% -
HSV(B) 328.59º 0.69% 0.73% -
XYZ 25.11 14.7 20.58 -
YUV 102.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 185 57 124 0 0.69 0.33 0.27 328.59 0.53 0.47
Hex B9 39 7C 0 45 21 1B 149 35 2F
Octal 271 71 174 0 105 41 33 511 65 57
Binary 10111001 111001 1111100 0 1000101 100001 11011 101001001 110101 101111

Color Harmonies of #B9397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9397C

Black with #B9397C

Text Example


Text Example

White with #B9397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9397C; }

 p { color: rgb(185,57,124); }

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

background-color css

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

 a { background-color: rgb(185,57,124); }

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

border-color css

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

 span { border-color: rgb(185,57,124); }

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