#B03075

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

Shades of Medium Red Violet #B03075

Tints of Medium Red Violet #B03075

Color information

#B03075 (or 0xB03075) is unknown color: approx Medium Red Violet. HEX triplet: B0, 30 and 75. RGB value is (176,48,117). Sum of RGB (Red+Green+Blue) = 176+48+117=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B03075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03075 is #4FCF8A. Grayscale: #5D5D5D. Windows color (decimal): -5230475 or 7680176. OLE color: 7680176.

HSL color Cylindrical-coordinate representation of color #B03075: hue angle of 327.66º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B03075 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17648117-
CMYK00.730.340.31
HSL327.66º57.14%43.92%-
HSV(B)327.66º72.73%69.02%-
XYZ22.1712.6318.1-
YUV94.14140.91186.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.61%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 117 (46.09% from 255) = 34.31%
R=51.61%
G=14.08%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1764811700.730.340.31327.6657.1443.92
HexB03075049221F148392c
Octal26060165011142375107154
Binary1011000011000011101010100100110001011111101001000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03075; }

 p { color: rgb(176,48,117); }

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

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

 a { background-color: rgb(176,48,117); }

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

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

 span { border-color: rgb(176,48,117); }

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