#B03A78

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

Shades of Medium Red Violet #B03A78

Tints of Medium Red Violet #B03A78

Color information

#B03A78 (or 0xB03A78) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3A and 78. RGB value is (176,58,120). Sum of RGB (Red+Green+Blue) = 176+58+120=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03A78 is #4FC587. Grayscale: #646464. Windows color (decimal): -5227912 or 7879344. OLE color: 7879344.

HSL color Cylindrical-coordinate representation of color #B03A78: hue angle of 328.47º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B03A78 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB17658120-
CMYK00.670.320.31
HSL328.47º50.43%45.88%-
HSV(B)328.47º67.05%69.02%-
XYZ22.8113.6119.19-
YUV100.35139.09181.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 58 (23.05% from 255) = 16.38%
BLUE value IS 120 (47.27% from 255) = 33.90%
R=49.72%
G=16.38%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765812000.670.320.31328.4750.4345.88
HexB03A78043201F148322e
Octal26072170010340375106256
Binary1011000011101011110000100001110000011111101001000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A78; }

 p { color: rgb(176,58,120); }

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

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

 a { background-color: rgb(176,58,120); }

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

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

 span { border-color: rgb(176,58,120); }

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