#B041A5

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

Shades of Violet Blue #B041A5

Tints of Violet Blue #B041A5

Color information

#B041A5 (or 0xB041A5) is unknown color: approx Violet Blue. HEX triplet: B0, 41 and A5. RGB value is (176,65,165). Sum of RGB (Red+Green+Blue) = 176+65+165=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B041A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B041A5 is #4FBE5A. Grayscale: #6D6D6D. Windows color (decimal): -5226075 or 10830256. OLE color: 10830256.

HSL color Cylindrical-coordinate representation of color #B041A5: hue angle of 305.95º 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 #B041A5 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17665165-
CMYK00.630.060.31
HSL305.95º46.06%47.25%-
HSV(B)305.95º63.07%69.02%-
XYZ26.5915.7337.23-
YUV109.59159.27175.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 65 (25.78% from 255) = 16.01%
BLUE value IS 165 (64.84% from 255) = 40.64%
R=43.35%
G=16.01%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766516500.630.060.31305.9546.0647.25
HexB041A503F61F1322e2f
Octal2601012450776374625657
Binary10110000100000110100101011111111011111100110010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B041A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B041A5; }

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

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

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

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

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

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

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

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