#B242A0

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

Shades of Violet Blue #B242A0

Tints of Violet Blue #B242A0

Color information

#B242A0 (or 0xB242A0) is unknown color: approx Violet Blue. HEX triplet: B2, 42 and A0. RGB value is (178,66,160). Sum of RGB (Red+Green+Blue) = 178+66+160=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 178 - color contains mainly: red. Hex color #B242A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B242A0 is #4DBD5F. Grayscale: #6D6D6D. Windows color (decimal): -5094752 or 10502834. OLE color: 10502834.

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

Color convert

RGB17866160-
CMYK00.630.100.30
HSL309.64º45.9%47.84%-
HSV(B)309.64º62.92%69.8%-
XYZ26.6515.934.92-
YUV110.2156.11176.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 66 (26.17% from 255) = 16.34%
BLUE value IS 160 (62.89% from 255) = 39.60%
R=44.06%
G=16.34%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786616000.630.100.30309.6445.947.84
HexB242A003FA1E1362e30
Octal26210224007712364665660
Binary101100101000010101000000111111101011110100110110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B242A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B242A0; }

 p { color: rgb(178,66,160); }

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

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

 a { background-color: rgb(178,66,160); }

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

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

 span { border-color: rgb(178,66,160); }

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