#B70B7B

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

Shades of Medium Violet Red #B70B7B

Tints of Medium Violet Red #B70B7B

Color information

#B70B7B (or 0xB70B7B) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0B and 7B. RGB value is (183,11,123). Sum of RGB (Red+Green+Blue) = 183+11+123=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70B7B is #48F484. Grayscale: #4A4A4A. Windows color (decimal): -4781189 or 8063927. OLE color: 8063927.

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

Color convert

RGB18311123-
CMYK00.940.330.28
HSL320.93º88.66%38.04%-
HSV(B)320.93º93.99%71.76%-
XYZ23.2211.7419.78-
YUV75.2154.98204.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.73%
GREEN value IS 11 (4.69% from 255) = 3.47%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=57.73%
G=3.47%
B=38.80%

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
Decimal1831112300.940.330.28320.9388.6638.04
HexB7B7B05E211C1415926
Octal267131730136413450113146
Binary101101111011111101101011110100001111001010000011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70B7B; }

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

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

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

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

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

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

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

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