#B03B82

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

Shades of Medium Red Violet #B03B82

Tints of Medium Red Violet #B03B82

Color information

#B03B82 (or 0xB03B82) is unknown color: approx Medium Red Violet. HEX triplet: B0, 3B and 82. RGB value is (176,59,130). Sum of RGB (Red+Green+Blue) = 176+59+130=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03B82 is #4FC47D. Grayscale: #656565. Windows color (decimal): -5227646 or 8534960. OLE color: 8534960.

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

Color convert

RGB17659130-
CMYK00.660.260.31
HSL323.59º49.79%46.08%-
HSV(B)323.59º66.48%69.02%-
XYZ23.513.9722.58-
YUV102.08143.76180.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 59 (23.44% from 255) = 16.16%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=48.22%
G=16.16%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765913000.660.260.31323.5949.7946.08
HexB03B820421A1F144322e
Octal26073202010232375046256
Binary1011000011101110000010010000101101011111101000100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B82; }

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

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

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

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

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

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

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

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