#B4417E

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

Shades of Medium Red Violet #B4417E

Tints of Medium Red Violet #B4417E

Color information

#B4417E (or 0xB4417E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 41 and 7E. RGB value is (180,65,126). Sum of RGB (Red+Green+Blue) = 180+65+126=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B4417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4417E is #4BBE81. Grayscale: #6A6A6A. Windows color (decimal): -4963970 or 8274356. OLE color: 8274356.

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

Color convert

RGB18065126-
CMYK00.640.30.29
HSL328.17º46.94%48.04%-
HSV(B)328.17º63.89%70.59%-
XYZ24.4814.9921.34-
YUV106.34139.1180.54-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 65 (25.78% from 255) = 17.52%
BLUE value IS 126 (49.61% from 255) = 33.96%
R=48.52%
G=17.52%
B=33.96%

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
Decimal1806512600.640.30.29328.1746.9448.04
HexB4417E0401E1D1482f30
Octal264101176010036355105760
Binary1011010010000011111110010000001111011101101001000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4417E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4417E; }

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

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

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

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

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

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

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

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