#B3097C

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

Shades of Medium Violet Red #B3097C

Tints of Medium Violet Red #B3097C

Color information

#B3097C (or 0xB3097C) is unknown color: approx Medium Violet Red. HEX triplet: B3, 09 and 7C. RGB value is (179,9,124). Sum of RGB (Red+Green+Blue) = 179+9+124=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B3097C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3097C is #4CF683. Grayscale: #484848. Windows color (decimal): -5043844 or 8128947. OLE color: 8128947.

HSL color Cylindrical-coordinate representation of color #B3097C: hue angle of 319.41º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3097C is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB1799124-
CMYK00.950.310.30
HSL319.41º90.43%36.86%-
HSV(B)319.41º94.97%70.2%-
XYZ22.3311.2320.06-
YUV72.94156.82203.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.37%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 124 (48.83% from 255) = 39.74%
R=57.37%
G=2.88%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179912400.950.310.30319.4190.4336.86
HexB397C05F1F1E13f5a25
Octal263111740137373647713245
Binary10110011100111111000101111111111111101001111111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3097C; }

 p { color: rgb(179,9,124); }

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

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

 a { background-color: rgb(179,9,124); }

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

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

 span { border-color: rgb(179,9,124); }

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