Html Css Color HEX #B9418D Medium Red Violet

📋 copy color: '#B9418D'

red 185 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #B9418D

Tints of Medium Red Violet #B9418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.62%

 BLUE value IS 141 (55.47% from 255) = 36.06%

R = 47.31%
G = 16.62%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9418D (or 0xB9418D) is known color: Medium Red Violet. HEX triplet: B9, 41 and 8D. RGB value is (185,65,141). Sum of RGB (Red+Green+Blue) = 185+65+141=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B9418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9418D is #46BE72. Grayscale: #6D6D6D. Windows color (decimal): -4636275 or 9257401. OLE color: 9257401.

HSL color Cylindrical-coordinate representation of color #B9418D: hue angle of 322º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B9418D is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 141 -
CMYK 0 0.65 0.24 0.27
HSL 322º 0.48% 0.49% -
HSV(B) 322º 0.65% 0.73% -
XYZ 26.71 16.02 26.88 -
YUV 109.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 185 65 141 0 0.65 0.24 0.27 322 0.48 0.49
Hex B9 41 8D 0 41 18 1B 142 30 31
Octal 271 101 215 0 101 30 33 502 60 61
Binary 10111001 1000001 10001101 0 1000001 11000 11011 101000010 110000 110001

Color Harmonies of #B9418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9418D

Black with #B9418D

Text Example


Text Example

White with #B9418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9418D; }

 p { color: rgb(185,65,141); }

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

background-color css

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

 a { background-color: rgb(185,65,141); }

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

border-color css

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

 span { border-color: rgb(185,65,141); }

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