#B04682

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

Shades of Medium Red Violet #B04682

Tints of Medium Red Violet #B04682

Color information

#B04682 (or 0xB04682) is unknown color: approx Medium Red Violet. HEX triplet: B0, 46 and 82. RGB value is (176,70,130). Sum of RGB (Red+Green+Blue) = 176+70+130=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04682 is #4FB97D. Grayscale: #6C6C6C. Windows color (decimal): -5224830 or 8537776. OLE color: 8537776.

HSL color Cylindrical-coordinate representation of color #B04682: hue angle of 326.04º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04682 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB17670130-
CMYK00.600.260.31
HSL326.04º43.09%48.24%-
HSV(B)326.04º60.23%69.02%-
XYZ24.1215.2222.79-
YUV108.53140.12176.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.81%
GREEN value IS 70 (27.73% from 255) = 18.62%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=46.81%
G=18.62%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767013000.600.260.31326.0443.0948.24
HexB0468203C1A1F1462b30
Octal26010620207432375065360
Binary1011000010001101000001001111001101011111101000110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04682; }

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

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

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

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

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

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

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

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