#B70C81

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

Shades of Medium Violet Red #B70C81

Tints of Medium Violet Red #B70C81

Color information

#B70C81 (or 0xB70C81) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0C and 81. RGB value is (183,12,129). Sum of RGB (Red+Green+Blue) = 183+12+129=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 12 (5.08% from 255 or 3.70% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C81 is #48F37E. Grayscale: #4C4C4C. Windows color (decimal): -4780927 or 8457399. OLE color: 8457399.

HSL color Cylindrical-coordinate representation of color #B70C81: hue angle of 318.95º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70C81 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18312129-
CMYK00.930.300.28
HSL318.95º87.69%38.24%-
HSV(B)318.95º93.44%71.76%-
XYZ23.6211.9221.82-
YUV76.47157.65203.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 12 (5.08% from 255) = 3.70%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=56.48%
G=3.70%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831212900.930.300.28318.9587.6938.24
HexB7C8105D1E1C13f5826
Octal267142010135363447713046
Binary101101111100100000010101110111110111001001111111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C81; }

 p { color: rgb(183,12,129); }

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

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

 a { background-color: rgb(183,12,129); }

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

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

 span { border-color: rgb(183,12,129); }

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