#B254A4

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

Shades of Violet Blue #B254A4

Tints of Violet Blue #B254A4

Color information

#B254A4 (or 0xB254A4) is unknown color: approx Violet Blue. HEX triplet: B2, 54 and A4. RGB value is (178,84,164). Sum of RGB (Red+Green+Blue) = 178+84+164=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 178 - color contains mainly: red. Hex color #B254A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B254A4 is #4DAB5B. Grayscale: #797979. Windows color (decimal): -5090140 or 10769586. OLE color: 10769586.

HSL color Cylindrical-coordinate representation of color #B254A4: hue angle of 308.94º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B254A4 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB17884164-
CMYK00.530.080.30
HSL308.94º37.9%51.37%-
HSV(B)308.94º52.81%69.8%-
XYZ28.2318.4937.2-
YUV121.23152.14168.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.78%
GREEN value IS 84 (33.20% from 255) = 19.72%
BLUE value IS 164 (64.45% from 255) = 38.50%
R=41.78%
G=19.72%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788416400.530.080.30308.9437.951.37
HexB254A403581E1352633
Octal26212424406510364654663
Binary101100101010100101001000110101100011110100110101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B254A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B254A4; }

 p { color: rgb(178,84,164); }

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

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

 a { background-color: rgb(178,84,164); }

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

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

 span { border-color: rgb(178,84,164); }

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