#B240A5

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

Shades of Violet Blue #B240A5

Tints of Violet Blue #B240A5

Color information

#B240A5 (or 0xB240A5) is unknown color: approx Violet Blue. HEX triplet: B2, 40 and A5. RGB value is (178,64,165). Sum of RGB (Red+Green+Blue) = 178+64+165=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B240A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240A5 is #4DBF5A. Grayscale: #6D6D6D. Windows color (decimal): -5095259 or 10830002. OLE color: 10830002.

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

Color convert

RGB17864165-
CMYK00.640.070.30
HSL306.84º47.11%47.45%-
HSV(B)306.84º64.04%69.8%-
XYZ26.9915.8537.23-
YUV109.6159.27176.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.73%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 165 (64.84% from 255) = 40.54%
R=43.73%
G=15.72%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786416500.640.070.30306.8447.1147.45
HexB240A504071E1332f2f
Octal26210024501007364635757
Binary101100101000000101001010100000011111110100110011101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B240A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B240A5; }

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

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

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

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

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

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

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

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