#B4419D

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

Shades of Medium Red Violet #B4419D

Tints of Medium Red Violet #B4419D

Color information

#B4419D (or 0xB4419D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 41 and 9D. RGB value is (180,65,157). Sum of RGB (Red+Green+Blue) = 180+65+157=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B4419D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4419D is #4BBE62. Grayscale: #6D6D6D. Windows color (decimal): -4963939 or 10305972. OLE color: 10305972.

HSL color Cylindrical-coordinate representation of color #B4419D: hue angle of 312º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4419D is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18065157-
CMYK00.640.130.29
HSL312º46.94%48.04%-
HSV(B)312º63.89%70.59%-
XYZ26.815.9233.56-
YUV109.87154.6178.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 65 (25.78% from 255) = 16.17%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=44.78%
G=16.17%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806515700.640.130.2931246.9448.04
HexB4419D040D1D1382f30
Octal264101235010015354705760
Binary1011010010000011001110101000000110111101100111000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4419D; }

 p { color: rgb(180,65,157); }

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

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

 a { background-color: rgb(180,65,157); }

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

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

 span { border-color: rgb(180,65,157); }

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