#B4407E

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

Shades of Medium Red Violet #B4407E

Tints of Medium Red Violet #B4407E

Color information

#B4407E (or 0xB4407E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 40 and 7E. RGB value is (180,64,126). Sum of RGB (Red+Green+Blue) = 180+64+126=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B4407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4407E is #4BBF81. Grayscale: #696969. Windows color (decimal): -4964226 or 8274100. OLE color: 8274100.

HSL color Cylindrical-coordinate representation of color #B4407E: hue angle of 327.93º degrees, saturation: 0.48, 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 #B4407E is Cyan = 0, Magento = 0.64, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB18064126-
CMYK00.640.30.29
HSL327.93º47.54%47.84%-
HSV(B)327.93º64.44%70.59%-
XYZ24.4214.8821.32-
YUV105.75139.43180.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.65%
GREEN value IS 64 (25.39% from 255) = 17.30%
BLUE value IS 126 (49.61% from 255) = 34.05%
R=48.65%
G=17.30%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806412600.640.30.29327.9347.5447.84
HexB4407E0401E1D1483030
Octal264100176010036355106060
Binary1011010010000001111110010000001111011101101001000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4407E; }

 p { color: rgb(180,64,126); }

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

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

 a { background-color: rgb(180,64,126); }

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

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

 span { border-color: rgb(180,64,126); }

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