Html Css Color HEX #B9319A Medium Red Violet

📋 copy color: '#B9319A'

red 185 ◦ green 49 ◦ blue 154

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

Shades of Medium Red Violet #B9319A

Tints of Medium Red Violet #B9319A

RGB

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

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

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

R = 47.68%
G = 12.63%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B9319A (or 0xB9319A) is known color: Medium Red Violet. HEX triplet: B9, 31 and 9A. RGB value is (185,49,154). Sum of RGB (Red+Green+Blue) = 185+49+154=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 49 (19.53% from 255 or 12.63% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9319A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9319A is #46CE65. Grayscale: #656565. Windows color (decimal): -4640358 or 10105273. OLE color: 10105273.

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

Color convert

RGB 185 49 154 -
CMYK 0 0.74 0.17 0.27
HSL 313.68º 0.58% 0.46% -
HSV(B) 313.68º 0.74% 0.73% -
XYZ 26.94 14.84 32.02 -
YUV 101.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 185 49 154 0 0.74 0.17 0.27 313.68 0.58 0.46
Hex B9 31 9A 0 4A 11 1B 13A 3A 2E
Octal 271 61 232 0 112 21 33 472 72 56
Binary 10111001 110001 10011010 0 1001010 10001 11011 100111010 111010 101110

Color Harmonies of #B9319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9319A

Black with #B9319A

Text Example


Text Example

White with #B9319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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