#B9307A

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

Shades of Medium Red Violet #B9307A

Tints of Medium Red Violet #B9307A

Color information

#B9307A (or 0xB9307A) is unknown color: approx Medium Red Violet. HEX triplet: B9, 30 and 7A. RGB value is (185,48,122). Sum of RGB (Red+Green+Blue) = 185+48+122=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B9307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9307A is #46CF85. Grayscale: #616161. Windows color (decimal): -4640646 or 8007865. OLE color: 8007865.

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

Color convert

RGB18548122-
CMYK00.740.340.27
HSL327.59º58.8%45.69%-
HSV(B)327.59º74.05%72.55%-
XYZ24.5813.8319.79-
YUV97.4141.89190.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 48 (19.14% from 255) = 13.52%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=52.11%
G=13.52%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854812200.740.340.27327.5958.845.69
HexB9307A04A221B1483b2e
Octal27160172011242335107356
Binary1011100111000011110100100101010001011011101001000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9307A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9307A; }

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

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

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

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

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

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

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

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