#B04CA5

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

Shades of Violet Blue #B04CA5

Tints of Violet Blue #B04CA5

Color information

#B04CA5 (or 0xB04CA5) is unknown color: approx Violet Blue. HEX triplet: B0, 4C and A5. RGB value is (176,76,165). Sum of RGB (Red+Green+Blue) = 176+76+165=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B04CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04CA5 is #4FB35A. Grayscale: #737373. Windows color (decimal): -5223259 or 10833072. OLE color: 10833072.

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

Color convert

RGB17676165-
CMYK00.570.060.31
HSL306.6º39.68%49.41%-
HSV(B)306.6º56.82%69.02%-
XYZ27.2817.1237.46-
YUV116.05155.63170.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 76 (30.08% from 255) = 18.23%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=42.21%
G=18.23%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767616500.570.060.31306.639.6849.41
HexB04CA503961F1332831
Octal2601142450716374635061
Binary10110000100110010100101011100111011111100110011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04CA5; }

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

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

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

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

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

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

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

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