#B2077F

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

Shades of Medium Violet Red #B2077F

Tints of Medium Violet Red #B2077F

Color information

#B2077F (or 0xB2077F) is unknown color: approx Medium Violet Red. HEX triplet: B2, 07 and 7F. RGB value is (178,7,127). Sum of RGB (Red+Green+Blue) = 178+7+127=312 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.05% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 178 - color contains mainly: red. Hex color #B2077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2077F is #4DF880. Grayscale: #474747. Windows color (decimal): -5109889 or 8325042. OLE color: 8325042.

HSL color Cylindrical-coordinate representation of color #B2077F: hue angle of 317.89º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2077F is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB1787127-
CMYK00.960.290.30
HSL317.89º92.43%36.27%-
HSV(B)317.89º96.07%69.8%-
XYZ22.2711.1521.06-
YUV71.81159.15203.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.05%
GREEN value IS 7 (3.12% from 255) = 2.24%
BLUE value IS 127 (50% from 255) = 40.71%
R=57.05%
G=2.24%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178712700.960.290.30317.8992.4336.27
HexB277F0601D1E13e5c24
Octal26271770140353647613444
Binary1011001011111111110110000011101111101001111101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2077F; }

 p { color: rgb(178,7,127); }

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

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

 a { background-color: rgb(178,7,127); }

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

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

 span { border-color: rgb(178,7,127); }

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