#B9309D

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

Shades of Medium Red Violet #B9309D

Tints of Medium Red Violet #B9309D

Color information

#B9309D (or 0xB9309D) is unknown color: approx Medium Red Violet. HEX triplet: B9, 30 and 9D. RGB value is (185,48,157). Sum of RGB (Red+Green+Blue) = 185+48+157=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B9309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9309D is #46CF62. Grayscale: #656565. Windows color (decimal): -4640611 or 10301625. OLE color: 10301625.

HSL color Cylindrical-coordinate representation of color #B9309D: hue angle of 312.26º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9309D is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18548157-
CMYK00.740.150.27
HSL312.26º58.8%45.69%-
HSV(B)312.26º74.05%72.55%-
XYZ27.1514.8633.34-
YUV101.39159.39187.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.44%
GREEN value IS 48 (19.14% from 255) = 12.31%
BLUE value IS 157 (61.72% from 255) = 40.26%
R=47.44%
G=12.31%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854815700.740.150.27312.2658.845.69
HexB9309D04AF1B1383b2e
Octal27160235011217334707356
Binary101110011100001001110101001010111111011100111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9309D; }

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

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

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

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

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

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

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

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