#B70385

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

Shades of Medium Violet Red #B70385

Tints of Medium Violet Red #B70385

Color information

#B70385 (or 0xB70385) is unknown color: approx Medium Violet Red. HEX triplet: B7, 03 and 85. RGB value is (183,3,133). Sum of RGB (Red+Green+Blue) = 183+3+133=319 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.37% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 183 - color contains mainly: red. Hex color #B70385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B70385 is #48FC7A. Grayscale: #474747. Windows color (decimal): -4783227 or 8717239. OLE color: 8717239.

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

Color convert

RGB1833133-
CMYK00.980.270.28
HSL316.67º96.77%36.47%-
HSV(B)316.67º98.36%71.76%-
XYZ23.7911.8323.22-
YUV71.64162.63207.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.37%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 133 (52.34% from 255) = 41.69%
R=57.37%
G=0.94%
B=41.69%

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
Decimal183313300.980.270.28316.6796.7736.47
HexB73850621B1C13d6124
Octal26732050142333447514144
Binary1011011111100001010110001011011111001001111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70385; }

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

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

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

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

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

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

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

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