#B70A9B

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

Shades of Medium Violet Red #B70A9B

Tints of Medium Violet Red #B70A9B

Color information

#B70A9B (or 0xB70A9B) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0A and 9B. RGB value is (183,10,155). Sum of RGB (Red+Green+Blue) = 183+10+155=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A9B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70A9B is #48F564. Grayscale: #4D4D4D. Windows color (decimal): -4781413 or 10160823. OLE color: 10160823.

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

Color convert

RGB18310155-
CMYK00.950.150.28
HSL309.71º89.64%37.84%-
HSV(B)309.71º94.54%71.76%-
XYZ25.5512.6532.11-
YUV78.26171.31202.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 52.59%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=52.59%
G=2.87%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831015500.950.150.28309.7189.6437.84
HexB7A9B05FF1C1365a26
Octal267122330137173446613246
Binary10110111101010011011010111111111111001001101101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A9B; }

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

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

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

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

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

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

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

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