#B240A1

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

Shades of Medium Red Violet #B240A1

Tints of Medium Red Violet #B240A1

Color information

#B240A1 (or 0xB240A1) is unknown color: approx Medium Red Violet. HEX triplet: B2, 40 and A1. RGB value is (178,64,161). Sum of RGB (Red+Green+Blue) = 178+64+161=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B240A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240A1 is #4DBF5E. Grayscale: #6C6C6C. Windows color (decimal): -5095263 or 10567858. OLE color: 10567858.

HSL color Cylindrical-coordinate representation of color #B240A1: hue angle of 308.95º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B240A1 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17864161-
CMYK00.640.100.30
HSL308.95º47.11%47.45%-
HSV(B)308.95º64.04%69.8%-
XYZ26.6315.735.35-
YUV109.14157.27177.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 161 (63.28% from 255) = 39.95%
R=44.17%
G=15.88%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786416100.640.100.30308.9547.1147.45
HexB240A1040A1E1352f2f
Octal262100241010012364655757
Binary1011001010000001010000101000000101011110100110101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B240A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B240A1; }

 p { color: rgb(178,64,161); }

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

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

 a { background-color: rgb(178,64,161); }

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

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

 span { border-color: rgb(178,64,161); }

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