#B9408B

Color #B9408B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B9408B

Tints of Medium Red Violet #B9408B

Color information

#B9408B (or 0xB9408B) is unknown color: approx Medium Red Violet. HEX triplet: B9, 40 and 8B. RGB value is (185,64,139). Sum of RGB (Red+Green+Blue) = 185+64+139=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9408B is #46BF74. Grayscale: #6C6C6C. Windows color (decimal): -4636533 or 9126073. OLE color: 9126073.

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

Color convert

RGB18564139-
CMYK00.650.250.27
HSL322.81º48.59%48.82%-
HSV(B)322.81º65.41%72.55%-
XYZ26.515.8526.09-
YUV108.73145.09182.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 64 (25.39% from 255) = 16.49%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=47.68%
G=16.49%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856413900.650.250.27322.8148.5948.82
HexB9408B041191B1433131
Octal271100213010131335036161
Binary10111001100000010001011010000011100111011101000011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9408B; }

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

 H1.HeaderClassName
 {
   color: #B9408B;
 }
 .AnyTagClassName
 {
   color: #B9408B;
 }
</style>
background-color css

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

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

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

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

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

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