#B70C85

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

Shades of Medium Violet Red #B70C85

Tints of Medium Violet Red #B70C85

Color information

#B70C85 (or 0xB70C85) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0C and 85. RGB value is (183,12,133). Sum of RGB (Red+Green+Blue) = 183+12+133=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C85 is #48F37A. Grayscale: #4C4C4C. Windows color (decimal): -4780923 or 8719543. OLE color: 8719543.

HSL color Cylindrical-coordinate representation of color #B70C85: hue angle of 317.54º 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 #B70C85 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB18312133-
CMYK00.930.270.28
HSL317.54º87.69%38.24%-
HSV(B)317.54º93.44%71.76%-
XYZ23.8912.0223.25-
YUV76.92159.65203.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.79%
GREEN value IS 12 (5.08% from 255) = 3.66%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=55.79%
G=3.66%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831213300.930.270.28317.5487.6938.24
HexB7C8505D1B1C13e5826
Octal267142050135333447613046
Binary101101111100100001010101110111011111001001111101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C85; }

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

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

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

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

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

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

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

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