#B254A0

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

Shades of Violet Blue #B254A0

Tints of Violet Blue #B254A0

Color information

#B254A0 (or 0xB254A0) is unknown color: approx Violet Blue. HEX triplet: B2, 54 and A0. RGB value is (178,84,160). Sum of RGB (Red+Green+Blue) = 178+84+160=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B254A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B254A0 is #4DAB5F. Grayscale: #787878. Windows color (decimal): -5090144 or 10507442. OLE color: 10507442.

HSL color Cylindrical-coordinate representation of color #B254A0: hue angle of 311.49º 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 #B254A0 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB17884160-
CMYK00.530.100.30
HSL311.49º37.9%51.37%-
HSV(B)311.49º52.81%69.8%-
XYZ27.8818.3435.33-
YUV120.77150.14168.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 84 (33.20% from 255) = 19.91%
BLUE value IS 160 (62.89% from 255) = 37.91%
R=42.18%
G=19.91%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788416000.530.100.30311.4937.951.37
HexB254A0035A1E1372633
Octal26212424006512364674663
Binary101100101010100101000000110101101011110100110111100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B254A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B254A0; }

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

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

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

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

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

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

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

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