#B70386

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

Shades of Medium Violet Red #B70386

Tints of Medium Violet Red #B70386

Color information

#B70386 (or 0xB70386) is unknown color: approx Medium Violet Red. HEX triplet: B7, 03 and 86. RGB value is (183,3,134). Sum of RGB (Red+Green+Blue) = 183+3+134=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B70386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70386 is #48FC79. Grayscale: #474747. Windows color (decimal): -4783226 or 8782775. OLE color: 8782775.

HSL color Cylindrical-coordinate representation of color #B70386: hue angle of 316.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70386 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB1833134-
CMYK00.980.270.28
HSL316.33º96.77%36.47%-
HSV(B)316.33º98.36%71.76%-
XYZ23.8611.8523.58-
YUV71.75163.13207.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.19%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=57.19%
G=0.94%
B=41.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183313400.980.270.28316.3396.7736.47
HexB73860621B1C13c6124
Octal26732060142333447414144
Binary1011011111100001100110001011011111001001111001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70386; }

 p { color: rgb(183,3,134); }

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

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

 a { background-color: rgb(183,3,134); }

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

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

 span { border-color: rgb(183,3,134); }

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