#B7047D

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

Shades of Medium Violet Red #B7047D

Tints of Medium Violet Red #B7047D

Color information

#B7047D (or 0xB7047D) is unknown color: approx Medium Violet Red. HEX triplet: B7, 04 and 7D. RGB value is (183,4,125). Sum of RGB (Red+Green+Blue) = 183+4+125=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7047D is #48FB82. Grayscale: #474747. Windows color (decimal): -4782979 or 8193207. OLE color: 8193207.

HSL color Cylindrical-coordinate representation of color #B7047D: hue angle of 319.44º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7047D is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB1834125-
CMYK00.980.320.28
HSL319.44º95.72%36.67%-
HSV(B)319.44º97.81%71.76%-
XYZ23.2711.6320.42-
YUV71.32158.3207.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.65%
GREEN value IS 4 (1.95% from 255) = 1.28%
BLUE value IS 125 (49.22% from 255) = 40.06%
R=58.65%
G=1.28%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183412500.980.320.28319.4495.7236.67
HexB747D062201C13f6025
Octal26741750142403447714045
Binary10110111100111110101100010100000111001001111111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7047D; }

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

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

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

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

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

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

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

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