#B70685

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

Shades of Medium Violet Red #B70685

Tints of Medium Violet Red #B70685

Color information

#B70685 (or 0xB70685) is unknown color: approx Medium Violet Red. HEX triplet: B7, 06 and 85. RGB value is (183,6,133). Sum of RGB (Red+Green+Blue) = 183+6+133=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B70685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70685 is #48F97A. Grayscale: #494949. Windows color (decimal): -4782459 or 8718007. OLE color: 8718007.

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

Color convert

RGB1836133-
CMYK00.970.270.28
HSL316.95º93.65%37.06%-
HSV(B)316.95º96.72%71.76%-
XYZ23.8311.8923.23-
YUV73.4161.64206.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.83%
GREEN value IS 6 (2.73% from 255) = 1.86%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=56.83%
G=1.86%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183613300.970.270.28316.9593.6537.06
HexB76850611B1C13d5e25
Octal26762050141333447513645
Binary10110111110100001010110000111011111001001111011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70685; }

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

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

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

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

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

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

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

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