#B70C9D

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

Shades of Medium Violet Red #B70C9D

Tints of Medium Violet Red #B70C9D

Color information

#B70C9D (or 0xB70C9D) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0C and 9D. RGB value is (183,12,157). Sum of RGB (Red+Green+Blue) = 183+12+157=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B70C9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70C9D is #48F362. Grayscale: #4F4F4F. Windows color (decimal): -4780899 or 10292407. OLE color: 10292407.

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

Color convert

RGB18312157-
CMYK00.930.140.28
HSL309.12º87.69%38.24%-
HSV(B)309.12º93.44%71.76%-
XYZ25.7512.7633.01-
YUV79.66171.65201.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.99%
GREEN value IS 12 (5.08% from 255) = 3.41%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=51.99%
G=3.41%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831215700.930.140.28309.1287.6938.24
HexB7C9D05DE1C1355826
Octal267142350135163446513046
Binary10110111110010011101010111011110111001001101011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70C9D; }

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

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

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

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

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

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

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

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