#B9309B

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

Shades of Medium Red Violet #B9309B

Tints of Medium Red Violet #B9309B

Color information

#B9309B (or 0xB9309B) is unknown color: approx Medium Red Violet. HEX triplet: B9, 30 and 9B. RGB value is (185,48,155). Sum of RGB (Red+Green+Blue) = 185+48+155=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 185 - color contains mainly: red. Hex color #B9309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B9309B is #46CF64. Grayscale: #646464. Windows color (decimal): -4640613 or 10170553. OLE color: 10170553.

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

Color convert

RGB18548155-
CMYK00.740.160.27
HSL313.14º58.8%45.69%-
HSV(B)313.14º74.05%72.55%-
XYZ26.9814.7932.44-
YUV101.16158.39187.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 48 (19.14% from 255) = 12.37%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=47.68%
G=12.37%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854815500.740.160.27313.1458.845.69
HexB9309B04A101B1393b2e
Octal27160233011220334717356
Binary1011100111000010011011010010101000011011100111001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9309B; }

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

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

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

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

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

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

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

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