#B041A4

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

Shades of Violet Blue #B041A4

Tints of Violet Blue #B041A4

Color information

#B041A4 (or 0xB041A4) is unknown color: approx Violet Blue. HEX triplet: B0, 41 and A4. RGB value is (176,65,164). Sum of RGB (Red+Green+Blue) = 176+65+164=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B041A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B041A4 is #4FBE5B. Grayscale: #6D6D6D. Windows color (decimal): -5226076 or 10764720. OLE color: 10764720.

HSL color Cylindrical-coordinate representation of color #B041A4: hue angle of 306.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B041A4 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17665164-
CMYK00.630.070.31
HSL306.49º46.06%47.25%-
HSV(B)306.49º63.07%69.02%-
XYZ26.515.6936.75-
YUV109.48158.77175.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.46%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 164 (64.45% from 255) = 40.49%
R=43.46%
G=16.05%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766516400.630.070.31306.4946.0647.25
HexB041A403F71F1322e2f
Octal2601012440777374625657
Binary10110000100000110100100011111111111111100110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B041A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B041A4; }

 p { color: rgb(176,65,164); }

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

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

 a { background-color: rgb(176,65,164); }

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

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

 span { border-color: rgb(176,65,164); }

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