Html Css Color HEX #B9399C Medium Red Violet

📋 copy color: '#B9399C'

red 185 ◦ green 57 ◦ blue 156

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

Shades of Medium Red Violet #B9399C

Tints of Medium Red Violet #B9399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.2%

R = 46.48%
G = 14.32%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9399C (or 0xB9399C) is known color: Medium Red Violet. HEX triplet: B9, 39 and 9C. RGB value is (185,57,156). Sum of RGB (Red+Green+Blue) = 185+57+156=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 156 (61.33% from 255 or 39.20% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B9399C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9399C is #46C663. Grayscale: #6A6A6A. Windows color (decimal): -4638308 or 10238393. OLE color: 10238393.

HSL color Cylindrical-coordinate representation of color #B9399C: hue angle of 313.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 #B9399C is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 57 156 -
CMYK 0 0.69 0.16 0.27
HSL 313.59º 0.53% 0.47% -
HSV(B) 313.59º 0.69% 0.73% -
XYZ 27.47 15.64 33.02 -
YUV 106.56 155.91 183.95 -
System Red Green Blue C M Y K H S L
Decimal 185 57 156 0 0.69 0.16 0.27 313.59 0.53 0.47
Hex B9 39 9C 0 45 10 1B 13A 35 2F
Octal 271 71 234 0 105 20 33 472 65 57
Binary 10111001 111001 10011100 0 1000101 10000 11011 100111010 110101 101111

Color Harmonies of #B9399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9399C

Black with #B9399C

Text Example


Text Example

White with #B9399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9399C; }

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

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

background-color css

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

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

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

border-color css

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

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

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