Html Css Color HEX #B9318F Medium Red Violet

📋 copy color: '#B9318F'

red 185 ◦ green 49 ◦ blue 143

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

Shades of Medium Red Violet #B9318F

Tints of Medium Red Violet #B9318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.93%

R = 49.07%
G = 13%
B = 37.93%

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

#B9318F (or 0xB9318F) is known color: Medium Red Violet. HEX triplet: B9, 31 and 8F. RGB value is (185,49,143). Sum of RGB (Red+Green+Blue) = 185+49+143=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B9318F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9318F is #46CE70. Grayscale: #646464. Windows color (decimal): -4640369 or 9384377. OLE color: 9384377.

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

Color convert

RGB 185 49 143 -
CMYK 0 0.74 0.23 0.27
HSL 318.53º 0.58% 0.46% -
HSV(B) 318.53º 0.74% 0.73% -
XYZ 26.06 14.49 27.41 -
YUV 100.38 152.06 188.36 -
System Red Green Blue C M Y K H S L
Decimal 185 49 143 0 0.74 0.23 0.27 318.53 0.58 0.46
Hex B9 31 8F 0 4A 17 1B 13F 3A 2E
Octal 271 61 217 0 112 27 33 477 72 56
Binary 10111001 110001 10001111 0 1001010 10111 11011 100111111 111010 101110

Color Harmonies of #B9318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9318F

Black with #B9318F

Text Example


Text Example

White with #B9318F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9318F; }

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

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

background-color css

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

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

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

border-color css

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

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

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