#B04CA1

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

Shades of Violet Blue #B04CA1

Tints of Violet Blue #B04CA1

Color information

#B04CA1 (or 0xB04CA1) is unknown color: approx Violet Blue. HEX triplet: B0, 4C and A1. RGB value is (176,76,161). Sum of RGB (Red+Green+Blue) = 176+76+161=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 76 (30.08% from 255 or 18.40% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B04CA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04CA1 is #4FB35E. Grayscale: #737373. Windows color (decimal): -5223263 or 10570928. OLE color: 10570928.

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

Color convert

RGB17676161-
CMYK00.570.090.31
HSL309º39.68%49.41%-
HSV(B)309º56.82%69.02%-
XYZ26.9216.9735.58-
YUV115.59153.63171.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.62%
GREEN value IS 76 (30.08% from 255) = 18.40%
BLUE value IS 161 (63.28% from 255) = 38.98%
R=42.62%
G=18.40%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767616100.570.090.3130939.6849.41
HexB04CA103991F1352831
Octal26011424107111374655061
Binary101100001001100101000010111001100111111100110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04CA1; }

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

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

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

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

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

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

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

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