#B438A4

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

Shades of Medium Red Violet #B438A4

Tints of Medium Red Violet #B438A4

Color information

#B438A4 (or 0xB438A4) is unknown color: approx Medium Red Violet. HEX triplet: B4, 38 and A4. RGB value is (180,56,164). Sum of RGB (Red+Green+Blue) = 180+56+164=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B438A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438A4 is #4BC75B. Grayscale: #696969. Windows color (decimal): -4966236 or 10762420. OLE color: 10762420.

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

Color convert

RGB18056164-
CMYK00.690.090.29
HSL307.74º52.54%46.27%-
HSV(B)307.74º68.89%70.59%-
XYZ26.9415.2136.64-
YUV105.39161.08181.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 56 (22.27% from 255) = 14%
BLUE value IS 164 (64.45% from 255) = 41%
R=45%
G=14%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1805616400.690.090.29307.7452.5446.27
HexB438A404591D134352e
Octal26470244010511354646556
Binary101101001110001010010001000101100111101100110100110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B438A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B438A4; }

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

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

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

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

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

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

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

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