#B241A2

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

Shades of Violet Blue #B241A2

Tints of Violet Blue #B241A2

Color information

#B241A2 (or 0xB241A2) is unknown color: approx Violet Blue. HEX triplet: B2, 41 and A2. RGB value is (178,65,162). Sum of RGB (Red+Green+Blue) = 178+65+162=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B241A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B241A2 is #4DBE5D. Grayscale: #6D6D6D. Windows color (decimal): -5095006 or 10633650. OLE color: 10633650.

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

Color convert

RGB17865162-
CMYK00.630.090.30
HSL308.5º46.5%47.65%-
HSV(B)308.5º63.48%69.8%-
XYZ26.7715.8535.83-
YUV109.85157.44176.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 162 (63.67% from 255) = 40%
R=43.95%
G=16.05%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1786516200.630.090.30308.546.547.65
HexB241A203F91E1342f30
Octal26210124207711364645760
Binary101100101000001101000100111111100111110100110100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B241A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B241A2; }

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

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

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

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

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

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

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

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