#B03C8A

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

Shades of Medium Red Violet #B03C8A

Tints of Medium Red Violet #B03C8A

Color information

#B03C8A (or 0xB03C8A) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3C and 8A. RGB value is (176,60,138). Sum of RGB (Red+Green+Blue) = 176+60+138=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03C8A is #4FC375. Grayscale: #676767. Windows color (decimal): -5227382 or 9059504. OLE color: 9059504.

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

Color convert

RGB17660138-
CMYK00.660.220.31
HSL319.66º49.15%46.27%-
HSV(B)319.66º65.91%69.02%-
XYZ24.1114.325.53-
YUV103.58147.43179.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=47.06%
G=16.04%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766013800.660.220.31319.6649.1546.27
HexB03C8A042161F140312e
Octal26074212010226375006156
Binary1011000011110010001010010000101011011111101000000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03C8A; }

 p { color: rgb(176,60,138); }

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

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

 a { background-color: rgb(176,60,138); }

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

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

 span { border-color: rgb(176,60,138); }

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