#B014A5

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

Shades of Medium Violet Red #B014A5

Tints of Medium Violet Red #B014A5

Color information

#B014A5 (or 0xB014A5) is unknown color: approx Medium Violet Red. HEX triplet: B0, 14 and A5. RGB value is (176,20,165). Sum of RGB (Red+Green+Blue) = 176+20+165=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B014A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014A5 is #4FEB5A. Grayscale: #525252. Windows color (decimal): -5237595 or 10818736. OLE color: 10818736.

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

Color convert

RGB17620165-
CMYK00.890.060.31
HSL304.23º79.59%38.43%-
HSV(B)304.23º88.64%69.02%-
XYZ24.9512.4536.69-
YUV83.17174.18194.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 20 (8.20% from 255) = 5.54%
BLUE value IS 165 (64.84% from 255) = 45.71%
R=48.75%
G=5.54%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762016500.890.060.31304.2379.5938.43
HexB014A505961F1305026
Octal26024245013163746012046
Binary10110000101001010010101011001110111111001100001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B014A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B014A5; }

 p { color: rgb(176,20,165); }

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

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

 a { background-color: rgb(176,20,165); }

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

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

 span { border-color: rgb(176,20,165); }

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