Html Css Color HEX #B9418C Medium Red Violet

📋 copy color: '#B9418C'

red 185 ◦ green 65 ◦ blue 140

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

Shades of Medium Red Violet #B9418C

Tints of Medium Red Violet #B9418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 47.44%
G = 16.67%
B = 35.9%

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

#B9418C (or 0xB9418C) is known color: Medium Red Violet. HEX triplet: B9, 41 and 8C. RGB value is (185,65,140). Sum of RGB (Red+Green+Blue) = 185+65+140=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9418C is #46BE73. Grayscale: #6D6D6D. Windows color (decimal): -4636276 or 9191865. OLE color: 9191865.

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

Color convert

RGB 185 65 140 -
CMYK 0 0.65 0.24 0.27
HSL 322.5º 0.48% 0.49% -
HSV(B) 322.5º 0.65% 0.73% -
XYZ 26.63 15.99 26.49 -
YUV 109.43 145.26 181.9 -
System Red Green Blue C M Y K H S L
Decimal 185 65 140 0 0.65 0.24 0.27 322.5 0.48 0.49
Hex B9 41 8C 0 41 18 1B 142 30 31
Octal 271 101 214 0 101 30 33 502 60 61
Binary 10111001 1000001 10001100 0 1000001 11000 11011 101000010 110000 110001

Color Harmonies of #B9418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9418C

Black with #B9418C

Text Example


Text Example

White with #B9418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9418C; }

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

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

background-color css

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

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

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

border-color css

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

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

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