Html Css Color HEX #B9399D Medium Red Violet

📋 copy color: '#B9399D'

red 185 ◦ green 57 ◦ blue 157

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

Shades of Medium Red Violet #B9399D

Tints of Medium Red Violet #B9399D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.35%

R = 46.37%
G = 14.29%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9399D (or 0xB9399D) is known color: Medium Red Violet. HEX triplet: B9, 39 and 9D. RGB value is (185,57,157). Sum of RGB (Red+Green+Blue) = 185+57+157=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B9399D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9399D is #46C662. Grayscale: #6A6A6A. Windows color (decimal): -4638307 or 10303929. OLE color: 10303929.

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

Color convert

RGB 185 57 157 -
CMYK 0 0.69 0.15 0.27
HSL 313.13º 0.53% 0.47% -
HSV(B) 313.13º 0.69% 0.73% -
XYZ 27.56 15.67 33.47 -
YUV 106.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 185 57 157 0 0.69 0.15 0.27 313.13 0.53 0.47
Hex B9 39 9D 0 45 F 1B 139 35 2F
Octal 271 71 235 0 105 17 33 471 65 57
Binary 10111001 111001 10011101 0 1000101 1111 11011 100111001 110101 101111

Color Harmonies of #B9399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9399D

Black with #B9399D

Text Example


Text Example

White with #B9399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9399D; }

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

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

background-color css

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

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

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

border-color css

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

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

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