#B03D82

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

Shades of Medium Red Violet #B03D82

Tints of Medium Red Violet #B03D82

Color information

#B03D82 (or 0xB03D82) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3D and 82. RGB value is (176,61,130). Sum of RGB (Red+Green+Blue) = 176+61+130=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03D82 is #4FC27D. Grayscale: #676767. Windows color (decimal): -5227134 or 8535472. OLE color: 8535472.

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

Color convert

RGB17661130-
CMYK00.650.260.31
HSL324º48.52%46.47%-
HSV(B)324º65.34%69.02%-
XYZ23.614.1822.61-
YUV103.25143.1179.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.96%
GREEN value IS 61 (24.22% from 255) = 16.62%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=47.96%
G=16.62%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766113000.650.260.3132448.5246.47
HexB03D820411A1F144312e
Octal26075202010132375046156
Binary1011000011110110000010010000011101011111101000100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03D82; }

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

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

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

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

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

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

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

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