#B03F8C

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

Shades of Medium Red Violet #B03F8C

Tints of Medium Red Violet #B03F8C

Color information

#B03F8C (or 0xB03F8C) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3F and 8C. RGB value is (176,63,140). Sum of RGB (Red+Green+Blue) = 176+63+140=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03F8C is #4FC073. Grayscale: #696969. Windows color (decimal): -5226612 or 9191344. OLE color: 9191344.

HSL color Cylindrical-coordinate representation of color #B03F8C: hue angle of 319.12º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B03F8C is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB17663140-
CMYK00.640.200.31
HSL319.12º47.28%46.86%-
HSV(B)319.12º64.2%69.02%-
XYZ24.4214.6826.36-
YUV105.56147.44178.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.44%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 140 (55.08% from 255) = 36.94%
R=46.44%
G=16.62%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766314000.640.200.31319.1247.2846.86
HexB03F8C040141F13f2f2f
Octal26077214010024374775757
Binary1011000011111110001100010000001010011111100111111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F8C; }

 p { color: rgb(176,63,140); }

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

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

 a { background-color: rgb(176,63,140); }

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

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

 span { border-color: rgb(176,63,140); }

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