#B03C9D

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

Shades of Medium Red Violet #B03C9D

Tints of Medium Red Violet #B03C9D

Color information

#B03C9D (or 0xB03C9D) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3C and 9D. RGB value is (176,60,157). Sum of RGB (Red+Green+Blue) = 176+60+157=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B03C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03C9D is #4FC362. Grayscale: #696969. Windows color (decimal): -5227363 or 10304688. OLE color: 10304688.

HSL color Cylindrical-coordinate representation of color #B03C9D: hue angle of 309.83º 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 #B03C9D is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17660157-
CMYK00.660.110.31
HSL309.83º49.15%46.27%-
HSV(B)309.83º65.91%69.02%-
XYZ25.6114.933.42-
YUV105.74156.93178.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.78%
GREEN value IS 60 (23.83% from 255) = 15.27%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=44.78%
G=15.27%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766015700.660.110.31309.8349.1546.27
HexB03C9D042B1F136312e
Octal26074235010213374666156
Binary101100001111001001110101000010101111111100110110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03C9D; }

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

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

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

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

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

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

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

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