#B70FA4

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

Shades of Medium Violet Red #B70FA4

Tints of Medium Violet Red #B70FA4

Color information

#B70FA4 (or 0xB70FA4) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0F and A4. RGB value is (183,15,164). Sum of RGB (Red+Green+Blue) = 183+15+164=362 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.55% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 183 - color contains mainly: red. Hex color #B70FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70FA4 is #48F05B. Grayscale: #515151. Windows color (decimal): -4780124 or 10751927. OLE color: 10751927.

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

Color convert

RGB18315164-
CMYK00.920.100.28
HSL306.79º84.85%38.82%-
HSV(B)306.79º91.8%71.76%-
XYZ26.413.0936.26-
YUV82.22174.16199.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.55%
GREEN value IS 15 (6.25% from 255) = 4.14%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=50.55%
G=4.14%
B=45.30%

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
Decimal1831516400.920.100.28306.7984.8538.82
HexB7FA405CA1C1335527
Octal267172440134123446312547
Binary10110111111110100100010111001010111001001100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70FA4; }

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

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

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

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

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

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

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

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