Html Css Color HEX #B9318E Medium Red Violet

📋 copy color: '#B9318E'

red 185 ◦ green 49 ◦ blue 142

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

Shades of Medium Red Violet #B9318E

Tints of Medium Red Violet #B9318E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.77%

R = 49.2%
G = 13.03%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9318E (or 0xB9318E) is known color: Medium Red Violet. HEX triplet: B9, 31 and 8E. RGB value is (185,49,142). Sum of RGB (Red+Green+Blue) = 185+49+142=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B9318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9318E is #46CE71. Grayscale: #646464. Windows color (decimal): -4640370 or 9318841. OLE color: 9318841.

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

Color convert

RGB 185 49 142 -
CMYK 0 0.74 0.23 0.27
HSL 318.97º 0.58% 0.46% -
HSV(B) 318.97º 0.74% 0.73% -
XYZ 25.99 14.46 27.01 -
YUV 100.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 185 49 142 0 0.74 0.23 0.27 318.97 0.58 0.46
Hex B9 31 8E 0 4A 17 1B 13F 3A 2E
Octal 271 61 216 0 112 27 33 477 72 56
Binary 10111001 110001 10001110 0 1001010 10111 11011 100111111 111010 101110

Color Harmonies of #B9318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9318E

Black with #B9318E

Text Example


Text Example

White with #B9318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9318E; }

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

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

background-color css

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

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

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

border-color css

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

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

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