#B438A1

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

Shades of Medium Red Violet #B438A1

Tints of Medium Red Violet #B438A1

Color information

#B438A1 (or 0xB438A1) is unknown color: approx Medium Red Violet. HEX triplet: B4, 38 and A1. RGB value is (180,56,161). Sum of RGB (Red+Green+Blue) = 180+56+161=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B438A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438A1 is #4BC75E. Grayscale: #686868. Windows color (decimal): -4966239 or 10565812. OLE color: 10565812.

HSL color Cylindrical-coordinate representation of color #B438A1: hue angle of 309.19º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B438A1 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB18056161-
CMYK00.690.110.29
HSL309.19º52.54%46.27%-
HSV(B)309.19º68.89%70.59%-
XYZ26.6715.135.23-
YUV105.05159.58181.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 56 (22.27% from 255) = 14.11%
BLUE value IS 161 (63.28% from 255) = 40.55%
R=45.34%
G=14.11%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805616100.690.110.29309.1952.5446.27
HexB438A1045B1D135352e
Octal26470241010513354656556
Binary101101001110001010000101000101101111101100110101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438A1; }

 p { color: rgb(180,56,161); }

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

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

 a { background-color: rgb(180,56,161); }

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

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

 span { border-color: rgb(180,56,161); }

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