#B04EA5

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

Shades of Violet Blue #B04EA5

Tints of Violet Blue #B04EA5

Color information

#B04EA5 (or 0xB04EA5) is unknown color: approx Violet Blue. HEX triplet: B0, 4E and A5. RGB value is (176,78,165). Sum of RGB (Red+Green+Blue) = 176+78+165=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 165 (64.84% from 255 or 39.38% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B04EA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B04EA5 is #4FB15A. Grayscale: #747474. Windows color (decimal): -5222747 or 10833584. OLE color: 10833584.

HSL color Cylindrical-coordinate representation of color #B04EA5: hue angle of 306.73º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04EA5 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17678165-
CMYK00.560.060.31
HSL306.73º38.58%49.8%-
HSV(B)306.73º55.68%69.02%-
XYZ27.4217.437.51-
YUV117.22154.97169.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 165 (64.84% from 255) = 39.38%
R=42.00%
G=18.62%
B=39.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767816500.560.060.31306.7338.5849.8
HexB04EA503861F1332732
Octal2601162450706374634762
Binary10110000100111010100101011100011011111100110011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EA5; }

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

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

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

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

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

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

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

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