#B70C7C

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

Shades of Medium Violet Red #B70C7C

Tints of Medium Violet Red #B70C7C

Color information

#B70C7C (or 0xB70C7C) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0C and 7C. RGB value is (183,12,124). Sum of RGB (Red+Green+Blue) = 183+12+124=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70C7C is #48F383. Grayscale: #4B4B4B. Windows color (decimal): -4780932 or 8129719. OLE color: 8129719.

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

Color convert

RGB18312124-
CMYK00.930.320.28
HSL320.7º87.69%38.24%-
HSV(B)320.7º93.44%71.76%-
XYZ23.311.7920.12-
YUV75.9155.15204.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 12 (5.08% from 255) = 3.76%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=57.37%
G=3.76%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831212400.930.320.28320.787.6938.24
HexB7C7C05D201C1415826
Octal267141740135403450113046
Binary101101111100111110001011101100000111001010000011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C7C; }

 p { color: rgb(183,12,124); }

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

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

 a { background-color: rgb(183,12,124); }

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

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

 span { border-color: rgb(183,12,124); }

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