Html Css Color HEX #B9399A Medium Red Violet

📋 copy color: '#B9399A'

red 185 ◦ green 57 ◦ blue 154

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

Shades of Medium Red Violet #B9399A

Tints of Medium Red Violet #B9399A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 46.72%
G = 14.39%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9399A (or 0xB9399A) is known color: Medium Red Violet. HEX triplet: B9, 39 and 9A. RGB value is (185,57,154). Sum of RGB (Red+Green+Blue) = 185+57+154=396 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.72% from 396); Green value is 57 (22.66% from 255 or 14.39% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 185 - color contains mainly: red. Hex color #B9399A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9399A is #46C665. Grayscale: #6A6A6A. Windows color (decimal): -4638310 or 10107321. OLE color: 10107321.

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

Color convert

RGB 185 57 154 -
CMYK 0 0.69 0.17 0.27
HSL 314.53º 0.53% 0.47% -
HSV(B) 314.53º 0.69% 0.73% -
XYZ 27.3 15.57 32.14 -
YUV 106.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 185 57 154 0 0.69 0.17 0.27 314.53 0.53 0.47
Hex B9 39 9A 0 45 11 1B 13B 35 2F
Octal 271 71 232 0 105 21 33 473 65 57
Binary 10111001 111001 10011010 0 1000101 10001 11011 100111011 110101 101111

Color Harmonies of #B9399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9399A

Black with #B9399A

Text Example


Text Example

White with #B9399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9399A; }

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

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

background-color css

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

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

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

border-color css

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

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

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