Html Css Color HEX #B9318A Medium Red Violet

📋 copy color: '#B9318A'

red 185 ◦ green 49 ◦ blue 138

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

Shades of Medium Red Violet #B9318A

Tints of Medium Red Violet #B9318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.1%

R = 49.73%
G = 13.17%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9318A (or 0xB9318A) is known color: Medium Red Violet. HEX triplet: B9, 31 and 8A. RGB value is (185,49,138). Sum of RGB (Red+Green+Blue) = 185+49+138=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9318A is #46CE75. Grayscale: #636363. Windows color (decimal): -4640374 or 9056697. OLE color: 9056697.

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

Color convert

RGB 185 49 138 -
CMYK 0 0.74 0.25 0.27
HSL 320.74º 0.58% 0.46% -
HSV(B) 320.74º 0.74% 0.73% -
XYZ 25.69 14.35 25.46 -
YUV 99.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 185 49 138 0 0.74 0.25 0.27 320.74 0.58 0.46
Hex B9 31 8A 0 4A 19 1B 141 3A 2E
Octal 271 61 212 0 112 31 33 501 72 56
Binary 10111001 110001 10001010 0 1001010 11001 11011 101000001 111010 101110

Color Harmonies of #B9318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9318A

Black with #B9318A

Text Example


Text Example

White with #B9318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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