Html Css Color HEX #B9409C Medium Red Violet

📋 copy color: '#B9409C'

red 185 ◦ green 64 ◦ blue 156

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

Shades of Medium Red Violet #B9409C

Tints of Medium Red Violet #B9409C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.8%

 BLUE value IS 156 (61.33% from 255) = 38.52%

R = 45.68%
G = 15.8%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#B9409C (or 0xB9409C) is known color: Medium Red Violet. HEX triplet: B9, 40 and 9C. RGB value is (185,64,156). Sum of RGB (Red+Green+Blue) = 185+64+156=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 156 (61.33% from 255 or 38.52% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B9409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9409C is #46BF63. Grayscale: #6E6E6E. Windows color (decimal): -4636516 or 10240185. OLE color: 10240185.

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

Color convert

RGB 185 64 156 -
CMYK 0 0.65 0.16 0.27
HSL 314.38º 0.49% 0.49% -
HSV(B) 314.38º 0.65% 0.73% -
XYZ 27.84 16.38 33.15 -
YUV 110.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 185 64 156 0 0.65 0.16 0.27 314.38 0.49 0.49
Hex B9 40 9C 0 41 10 1B 13A 31 31
Octal 271 100 234 0 101 20 33 472 61 61
Binary 10111001 1000000 10011100 0 1000001 10000 11011 100111010 110001 110001

Color Harmonies of #B9409C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9409C

Black with #B9409C

Text Example


Text Example

White with #B9409C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9409C; }

 p { color: rgb(185,64,156); }

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

background-color css

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

 a { background-color: rgb(185,64,156); }

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

border-color css

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

 span { border-color: rgb(185,64,156); }

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