#B70B9F

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

Shades of Medium Violet Red #B70B9F

Tints of Medium Violet Red #B70B9F

Color information

#B70B9F (or 0xB70B9F) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0B and 9F. RGB value is (183,11,159). Sum of RGB (Red+Green+Blue) = 183+11+159=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70B9F is #48F460. Grayscale: #4E4E4E. Windows color (decimal): -4781153 or 10423223. OLE color: 10423223.

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

Color convert

RGB18311159-
CMYK00.940.130.28
HSL308.37º88.66%38.04%-
HSV(B)308.37º93.99%71.76%-
XYZ25.9112.8133.91-
YUV79.3172.98201.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 11 (4.69% from 255) = 3.12%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=51.84%
G=3.12%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831115900.940.130.28308.3788.6638.04
HexB7B9F05ED1C1345926
Octal267132370136153446413146
Binary10110111101110011111010111101101111001001101001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70B9F; }

 p { color: rgb(183,11,159); }

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

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

 a { background-color: rgb(183,11,159); }

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

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

 span { border-color: rgb(183,11,159); }

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