#B0047D

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

Shades of Medium Violet Red #B0047D

Tints of Medium Violet Red #B0047D

Color information

#B0047D (or 0xB0047D) is unknown color: approx Medium Violet Red. HEX triplet: B0, 04 and 7D. RGB value is (176,4,125). Sum of RGB (Red+Green+Blue) = 176+4+125=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 125 (49.22% from 255 or 40.98% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0047D is #4FFB82. Grayscale: #444444. Windows color (decimal): -5241731 or 8193200. OLE color: 8193200.

HSL color Cylindrical-coordinate representation of color #B0047D: hue angle of 317.79º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0047D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB1764125-
CMYK00.980.290.31
HSL317.79º95.56%35.29%-
HSV(B)317.79º97.73%69.02%-
XYZ21.6510.820.35-
YUV69.22159.48204.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.70%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 125 (49.22% from 255) = 40.98%
R=57.70%
G=1.31%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176412500.980.290.31317.7995.5635.29
HexB047D0621D1F13e6023
Octal26041750142353747614043
Binary1011000010011111010110001011101111111001111101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0047D; }

 p { color: rgb(176,4,125); }

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

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

 a { background-color: rgb(176,4,125); }

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

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

 span { border-color: rgb(176,4,125); }

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