#B70F7E

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

Shades of Medium Violet Red #B70F7E

Tints of Medium Violet Red #B70F7E

Color information

#B70F7E (or 0xB70F7E) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0F and 7E. RGB value is (183,15,126). Sum of RGB (Red+Green+Blue) = 183+15+126=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70F7E is #48F081. Grayscale: #4D4D4D. Windows color (decimal): -4780162 or 8261559. OLE color: 8261559.

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

Color convert

RGB18315126-
CMYK00.920.310.28
HSL320.36º84.85%38.82%-
HSV(B)320.36º91.8%71.76%-
XYZ23.4711.9220.8-
YUV77.89155.16202.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.48%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=56.48%
G=4.63%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831512600.920.310.28320.3684.8538.82
HexB7F7E05C1F1C1405527
Octal267171760134373450012547
Binary10110111111111111100101110011111111001010000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F7E; }

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

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

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

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

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

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

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

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