#B9307E

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

Shades of Medium Red Violet #B9307E

Tints of Medium Red Violet #B9307E

Color information

#B9307E (or 0xB9307E) is unknown color: approx Medium Red Violet. HEX triplet: B9, 30 and 7E. RGB value is (185,48,126). Sum of RGB (Red+Green+Blue) = 185+48+126=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B9307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9307E is #46CF81. Grayscale: #616161. Windows color (decimal): -4640642 or 8270009. OLE color: 8270009.

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

Color convert

RGB18548126-
CMYK00.740.320.27
HSL325.84º58.8%45.69%-
HSV(B)325.84º74.05%72.55%-
XYZ24.8313.9321.12-
YUV97.86143.89190.16-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 48 (19.14% from 255) = 13.37%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=51.53%
G=13.37%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1854812600.740.320.27325.8458.845.69
HexB9307E04A201B1463b2e
Octal27160176011240335067356
Binary1011100111000011111100100101010000011011101000110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9307E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9307E; }

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

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

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

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

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

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

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

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