#B240A2

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

Shades of Violet Blue #B240A2

Tints of Violet Blue #B240A2

Color information

#B240A2 (or 0xB240A2) is unknown color: approx Violet Blue. HEX triplet: B2, 40 and A2. RGB value is (178,64,162). Sum of RGB (Red+Green+Blue) = 178+64+162=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B240A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B240A2 is #4DBF5D. Grayscale: #6C6C6C. Windows color (decimal): -5095262 or 10633394. OLE color: 10633394.

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

Color convert

RGB17864162-
CMYK00.640.090.30
HSL308.42º47.11%47.45%-
HSV(B)308.42º64.04%69.8%-
XYZ26.7215.7435.81-
YUV109.26157.77177.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 64 (25.39% from 255) = 15.84%
BLUE value IS 162 (63.67% from 255) = 40.10%
R=44.06%
G=15.84%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786416200.640.090.30308.4247.1147.45
HexB240A204091E1342f2f
Octal262100242010011364645757
Binary1011001010000001010001001000000100111110100110100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B240A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B240A2; }

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

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

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

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

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

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

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

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