#B314A8

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

Shades of Medium Violet Red #B314A8

Tints of Medium Violet Red #B314A8

Color information

#B314A8 (or 0xB314A8) is unknown color: approx Medium Violet Red. HEX triplet: B3, 14 and A8. RGB value is (179,20,168). Sum of RGB (Red+Green+Blue) = 179+20+168=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B314A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B314A8 is #4CEB57. Grayscale: #535353. Windows color (decimal): -5040984 or 11015347. OLE color: 11015347.

HSL color Cylindrical-coordinate representation of color #B314A8: hue angle of 304.15º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B314A8 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB17920168-
CMYK00.890.060.30
HSL304.15º79.9%39.02%-
HSV(B)304.15º88.83%70.2%-
XYZ25.9112.9138.17-
YUV84.41175.18195.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 20 (8.20% from 255) = 5.45%
BLUE value IS 168 (66.02% from 255) = 45.78%
R=48.77%
G=5.45%
B=45.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792016800.890.060.30304.1579.939.02
HexB314A805961E1305027
Octal26324250013163646012047
Binary10110011101001010100001011001110111101001100001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B314A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B314A8; }

 p { color: rgb(179,20,168); }

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

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

 a { background-color: rgb(179,20,168); }

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

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

 span { border-color: rgb(179,20,168); }

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