#B70677

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

Shades of Medium Violet Red #B70677

Tints of Medium Violet Red #B70677

Color information

#B70677 (or 0xB70677) is unknown color: approx Medium Violet Red. HEX triplet: B7, 06 and 77. RGB value is (183,6,119). Sum of RGB (Red+Green+Blue) = 183+6+119=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B70677 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70677 is #48F988. Grayscale: #474747. Windows color (decimal): -4782473 or 7800503. OLE color: 7800503.

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

Color convert

RGB1836119-
CMYK00.970.350.28
HSL321.69º93.65%37.06%-
HSV(B)321.69º96.72%71.76%-
XYZ22.9211.5318.47-
YUV71.8154.64207.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.42%
GREEN value IS 6 (2.73% from 255) = 1.95%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=59.42%
G=1.95%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183611900.970.350.28321.6993.6537.06
HexB7677061231C1425e25
Octal26761670141433450213645
Binary10110111110111011101100001100011111001010000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70677; }

 p { color: rgb(183,6,119); }

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

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

 a { background-color: rgb(183,6,119); }

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

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

 span { border-color: rgb(183,6,119); }

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