#B70FA3

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

Shades of Medium Violet Red #B70FA3

Tints of Medium Violet Red #B70FA3

Color information

#B70FA3 (or 0xB70FA3) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0F and A3. RGB value is (183,15,163). Sum of RGB (Red+Green+Blue) = 183+15+163=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B70FA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70FA3 is #48F05C. Grayscale: #515151. Windows color (decimal): -4780125 or 10686391. OLE color: 10686391.

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

Color convert

RGB18315163-
CMYK00.920.110.28
HSL307.14º84.85%38.82%-
HSV(B)307.14º91.8%71.76%-
XYZ26.3113.0535.78-
YUV82.1173.66199.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 15 (6.25% from 255) = 4.16%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=50.69%
G=4.16%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831516300.920.110.28307.1484.8538.82
HexB7FA305CB1C1335527
Octal267172430134133446312547
Binary10110111111110100011010111001011111001001100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70FA3; }

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

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

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

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

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

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

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

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