Html Css Color HEX #B9319C Medium Red Violet

📋 copy color: '#B9319C'

red 185 ◦ green 49 ◦ blue 156

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

Shades of Medium Red Violet #B9319C

Tints of Medium Red Violet #B9319C

RGB

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

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

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

R = 47.44%
G = 12.56%
B = 40%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9319C (or 0xB9319C) is known color: Medium Red Violet. HEX triplet: B9, 31 and 9C. RGB value is (185,49,156). Sum of RGB (Red+Green+Blue) = 185+49+156=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9319C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9319C is #46CE63. Grayscale: #656565. Windows color (decimal): -4640356 or 10236345. OLE color: 10236345.

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

Color convert

RGB 185 49 156 -
CMYK 0 0.74 0.16 0.27
HSL 312.79º 0.58% 0.46% -
HSV(B) 312.79º 0.74% 0.73% -
XYZ 27.11 14.91 32.9 -
YUV 101.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 185 49 156 0 0.74 0.16 0.27 312.79 0.58 0.46
Hex B9 31 9C 0 4A 10 1B 139 3A 2E
Octal 271 61 234 0 112 20 33 471 72 56
Binary 10111001 110001 10011100 0 1001010 10000 11011 100111001 111010 101110

Color Harmonies of #B9319C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9319C

Black with #B9319C

Text Example


Text Example

White with #B9319C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9319C; }

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

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

background-color css

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

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

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

border-color css

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

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

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