Html Css Color HEX #B9409D Medium Red Violet

📋 copy color: '#B9409D'

red 185 ◦ green 64 ◦ blue 157

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

Shades of Medium Red Violet #B9409D

Tints of Medium Red Violet #B9409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.67%

R = 45.57%
G = 15.76%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#B9409D (or 0xB9409D) is known color: Medium Red Violet. HEX triplet: B9, 40 and 9D. RGB value is (185,64,157). Sum of RGB (Red+Green+Blue) = 185+64+157=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 185 - color contains mainly: red. Hex color #B9409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9409D is #46BF62. Grayscale: #6E6E6E. Windows color (decimal): -4636515 or 10305721. OLE color: 10305721.

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

Color convert

RGB 185 64 157 -
CMYK 0 0.65 0.15 0.27
HSL 313.88º 0.49% 0.49% -
HSV(B) 313.88º 0.65% 0.73% -
XYZ 27.93 16.42 33.59 -
YUV 110.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 185 64 157 0 0.65 0.15 0.27 313.88 0.49 0.49
Hex B9 40 9D 0 41 F 1B 13A 31 31
Octal 271 100 235 0 101 17 33 472 61 61
Binary 10111001 1000000 10011101 0 1000001 1111 11011 100111010 110001 110001

Color Harmonies of #B9409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9409D

Black with #B9409D

Text Example


Text Example

White with #B9409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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