#B9307B

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

Shades of Medium Red Violet #B9307B

Tints of Medium Red Violet #B9307B

Color information

#B9307B (or 0xB9307B) is unknown color: approx Medium Red Violet. HEX triplet: B9, 30 and 7B. RGB value is (185,48,123). Sum of RGB (Red+Green+Blue) = 185+48+123=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B9307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9307B is #46CF84. Grayscale: #616161. Windows color (decimal): -4640645 or 8073401. OLE color: 8073401.

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

Color convert

RGB18548123-
CMYK00.740.340.27
HSL327.15º58.8%45.69%-
HSV(B)327.15º74.05%72.55%-
XYZ24.6413.8620.12-
YUV97.51142.39190.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 48 (19.14% from 255) = 13.48%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=51.97%
G=13.48%
B=34.55%

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
Decimal1854812300.740.340.27327.1558.845.69
HexB9307B04A221B1473b2e
Octal27160173011242335077356
Binary1011100111000011110110100101010001011011101000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9307B; }

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

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

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

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

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

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

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

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