Html Css Color HEX #B9317C Medium Red Violet

📋 copy color: '#B9317C'

red 185 ◦ green 49 ◦ blue 124

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

Shades of Medium Red Violet #B9317C

Tints of Medium Red Violet #B9317C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.64%

R = 51.68%
G = 13.69%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9317C (or 0xB9317C) is known color: Medium Red Violet. HEX triplet: B9, 31 and 7C. RGB value is (185,49,124). Sum of RGB (Red+Green+Blue) = 185+49+124=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B9317C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9317C is #46CE83. Grayscale: #626262. Windows color (decimal): -4640388 or 8139193. OLE color: 8139193.

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

Color convert

RGB 185 49 124 -
CMYK 0 0.74 0.33 0.27
HSL 326.91º 0.58% 0.46% -
HSV(B) 326.91º 0.74% 0.73% -
XYZ 24.74 13.97 20.46 -
YUV 98.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 185 49 124 0 0.74 0.33 0.27 326.91 0.58 0.46
Hex B9 31 7C 0 4A 21 1B 147 3A 2E
Octal 271 61 174 0 112 41 33 507 72 56
Binary 10111001 110001 1111100 0 1001010 100001 11011 101000111 111010 101110

Color Harmonies of #B9317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9317C

Black with #B9317C

Text Example


Text Example

White with #B9317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9317C; }

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

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

background-color css

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

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

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

border-color css

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

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

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