#b70d8b

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

Shades of Medium Violet Red #B70D8B

Tints of Medium Violet Red #B70D8B

Color information

#B70D8B (or 0xB70D8B) is unknown color: approx Medium Violet Red. HEX triplet: B7, 0D and 8B. RGB value is (183,13,139). Sum of RGB (Red+Green+Blue) = 183+13+139=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70D8B is #48F274. Grayscale: #4D4D4D. Windows color (decimal): -4780661 or 9113015. OLE color: 9113015.

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

Color convert

RGB18313139-
CMYK00.930.240.28
HSL315.53º86.73%38.43%-
HSV(B)315.53º92.9%71.76%-
XYZ24.3312.2225.5-
YUV78.19162.32202.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.63%
GREEN value IS 13 (5.47% from 255) = 3.88%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=54.63%
G=3.88%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831313900.930.240.28315.5386.7338.43
HexB7D8B05D181C13c5726
Octal267152130135303447412746
Binary101101111101100010110101110111000111001001111001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b70d8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b70d8b; }

 p { color: rgb(183,13,139); }

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

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

 a { background-color: rgb(183,13,139); }

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

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

 span { border-color: rgb(183,13,139); }

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