#B70FA5

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

Shades of Medium Violet Red #B70FA5

Tints of Medium Violet Red #B70FA5

Color information

#B70FA5 (or 0xB70FA5) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0F and A5. RGB value is (183,15,165). Sum of RGB (Red+Green+Blue) = 183+15+165=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 15 (6.25% from 255 or 4.13% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B70FA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70FA5 is #48F05A. Grayscale: #515151. Windows color (decimal): -4780123 or 10817463. OLE color: 10817463.

HSL color Cylindrical-coordinate representation of color #B70FA5: hue angle of 306.43º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70FA5 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB18315165-
CMYK00.920.100.28
HSL306.43º84.85%38.82%-
HSV(B)306.43º91.8%71.76%-
XYZ26.4913.1336.73-
YUV82.33174.66199.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 15 (6.25% from 255) = 4.13%
BLUE value IS 165 (64.84% from 255) = 45.45%
R=50.41%
G=4.13%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831516500.920.100.28306.4384.8538.82
HexB7FA505CA1C1325527
Octal267172450134123446212547
Binary10110111111110100101010111001010111001001100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70FA5; }

 p { color: rgb(183,15,165); }

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

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

 a { background-color: rgb(183,15,165); }

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

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

 span { border-color: rgb(183,15,165); }

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