#B70B7A

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

Shades of Medium Violet Red #B70B7A

Tints of Medium Violet Red #B70B7A

Color information

#B70B7A (or 0xB70B7A) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0B and 7A. RGB value is (183,11,122). Sum of RGB (Red+Green+Blue) = 183+11+122=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 11 (4.69% from 255 or 3.48% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B7A is #48F485. Grayscale: #4A4A4A. Windows color (decimal): -4781190 or 7998391. OLE color: 7998391.

HSL color Cylindrical-coordinate representation of color #B70B7A: hue angle of 321.28º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B7A is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB18311122-
CMYK00.940.330.28
HSL321.28º88.66%38.04%-
HSV(B)321.28º93.99%71.76%-
XYZ23.1611.7119.45-
YUV75.08154.48204.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.91%
GREEN value IS 11 (4.69% from 255) = 3.48%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=57.91%
G=3.48%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831112200.940.330.28321.2888.6638.04
HexB7B7A05E211C1415926
Octal267131720136413450113146
Binary101101111011111101001011110100001111001010000011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70B7A; }

 p { color: rgb(183,11,122); }

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

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

 a { background-color: rgb(183,11,122); }

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

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

 span { border-color: rgb(183,11,122); }

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