#B03F82

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

Shades of Medium Red Violet #B03F82

Tints of Medium Red Violet #B03F82

Color information

#B03F82 (or 0xB03F82) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3F and 82. RGB value is (176,63,130). Sum of RGB (Red+Green+Blue) = 176+63+130=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03F82 is #4FC07D. Grayscale: #686868. Windows color (decimal): -5226622 or 8535984. OLE color: 8535984.

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

Color convert

RGB17663130-
CMYK00.640.260.31
HSL324.42º47.28%46.86%-
HSV(B)324.42º64.2%69.02%-
XYZ23.7114.422.65-
YUV104.42142.44179.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 63 (25% from 255) = 17.07%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=47.70%
G=17.07%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766313000.640.260.31324.4247.2846.86
HexB03F820401A1F1442f2f
Octal26077202010032375045757
Binary1011000011111110000010010000001101011111101000100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03F82; }

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

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

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

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

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

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

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

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