#B30387

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

Shades of Medium Violet Red #B30387

Tints of Medium Violet Red #B30387

Color information

#B30387 (or 0xB30387) is unknown color: approx Medium Violet Red. HEX triplet: B3, 03 and 87. RGB value is (179,3,135). Sum of RGB (Red+Green+Blue) = 179+3+135=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B30387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30387 is #4CFC78. Grayscale: #464646. Windows color (decimal): -5045369 or 8848307. OLE color: 8848307.

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

Color convert

RGB1793135-
CMYK00.980.250.30
HSL315º96.7%35.69%-
HSV(B)315º98.32%70.2%-
XYZ2311.423.91-
YUV70.67164.31205.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 56.47%
GREEN value IS 3 (1.56% from 255) = 0.95%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=56.47%
G=0.95%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179313500.980.250.3031596.735.69
HexB3387062191E13b6124
Octal26332070142313647314144
Binary1011001111100001110110001011001111101001110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30387; }

 p { color: rgb(179,3,135); }

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

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

 a { background-color: rgb(179,3,135); }

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

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

 span { border-color: rgb(179,3,135); }

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