#B70A9A

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

Shades of Medium Violet Red #B70A9A

Tints of Medium Violet Red #B70A9A

Color information

#B70A9A (or 0xB70A9A) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0A and 9A. RGB value is (183,10,154). Sum of RGB (Red+Green+Blue) = 183+10+154=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70A9A is #48F565. Grayscale: #4D4D4D. Windows color (decimal): -4781414 or 10095287. OLE color: 10095287.

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

Color convert

RGB18310154-
CMYK00.950.160.28
HSL310.06º89.64%37.84%-
HSV(B)310.06º94.54%71.76%-
XYZ25.4712.6231.66-
YUV78.14170.81202.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.74%
GREEN value IS 10 (4.30% from 255) = 2.88%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=52.74%
G=2.88%
B=44.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831015400.950.160.28310.0689.6437.84
HexB7A9A05F101C1365a26
Octal267122320137203446613246
Binary101101111010100110100101111110000111001001101101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A9A; }

 p { color: rgb(183,10,154); }

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

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

 a { background-color: rgb(183,10,154); }

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

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

 span { border-color: rgb(183,10,154); }

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