#B418A3

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

Shades of Medium Violet Red #B418A3

Tints of Medium Violet Red #B418A3

Color information

#B418A3 (or 0xB418A3) is unknown color: approx Medium Violet Red. HEX triplet: B4, 18 and A3. RGB value is (180,24,163). Sum of RGB (Red+Green+Blue) = 180+24+163=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 163 (64.06% from 255 or 44.41% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B418A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B418A3 is #4BE75C. Grayscale: #565656. Windows color (decimal): -4974429 or 10688692. OLE color: 10688692.

HSL color Cylindrical-coordinate representation of color #B418A3: hue angle of 306.54º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B418A3 is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18024163-
CMYK00.870.090.29
HSL306.54º76.47%40%-
HSV(B)306.54º86.67%70.59%-
XYZ25.761335.8-
YUV86.49171.18194.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.05%
GREEN value IS 24 (9.77% from 255) = 6.54%
BLUE value IS 163 (64.06% from 255) = 44.41%
R=49.05%
G=6.54%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802416300.870.090.29306.5476.4740
HexB418A305791D1334c28
Octal264302430127113546311450
Binary101101001100010100011010101111001111011001100111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B418A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B418A3; }

 p { color: rgb(180,24,163); }

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

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

 a { background-color: rgb(180,24,163); }

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

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

 span { border-color: rgb(180,24,163); }

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