Html Css Color HEX #B9319F Medium Red Violet

📋 copy color: '#B9319F'

red 185 ◦ green 49 ◦ blue 159

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

Shades of Medium Red Violet #B9319F

Tints of Medium Red Violet #B9319F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.47%

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 47.07%
G = 12.47%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B9319F (or 0xB9319F) is known color: Medium Red Violet. HEX triplet: B9, 31 and 9F. RGB value is (185,49,159). Sum of RGB (Red+Green+Blue) = 185+49+159=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9319F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9319F is #46CE60. Grayscale: #656565. Windows color (decimal): -4640353 or 10432953. OLE color: 10432953.

HSL color Cylindrical-coordinate representation of color #B9319F: hue angle of 311.47º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9319F is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 49 159 -
CMYK 0 0.74 0.14 0.27
HSL 311.47º 0.58% 0.46% -
HSV(B) 311.47º 0.74% 0.73% -
XYZ 27.36 15.01 34.26 -
YUV 102.2 160.06 187.06 -
System Red Green Blue C M Y K H S L
Decimal 185 49 159 0 0.74 0.14 0.27 311.47 0.58 0.46
Hex B9 31 9F 0 4A E 1B 137 3A 2E
Octal 271 61 237 0 112 16 33 467 72 56
Binary 10111001 110001 10011111 0 1001010 1110 11011 100110111 111010 101110

Color Harmonies of #B9319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9319F

Black with #B9319F

Text Example


Text Example

White with #B9319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9319F; }

 p { color: rgb(185,49,159); }

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

background-color css

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

 a { background-color: rgb(185,49,159); }

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

border-color css

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

 span { border-color: rgb(185,49,159); }

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