#B254A7

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

Shades of Violet Blue #B254A7

Tints of Violet Blue #B254A7

Color information

#B254A7 (or 0xB254A7) is unknown color: approx Violet Blue. HEX triplet: B2, 54 and A7. RGB value is (178,84,167). Sum of RGB (Red+Green+Blue) = 178+84+167=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 167 (65.62% from 255 or 38.93% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B254A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B254A7 is #4DAB58. Grayscale: #797979. Windows color (decimal): -5090137 or 10966194. OLE color: 10966194.

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

Color convert

RGB17884167-
CMYK00.530.060.30
HSL307.02º37.9%51.37%-
HSV(B)307.02º52.81%69.8%-
XYZ28.5118.638.65-
YUV121.57153.64168.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 167 (65.62% from 255) = 38.93%
R=41.49%
G=19.58%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1788416700.530.060.30307.0237.951.37
HexB254A703561E1332633
Octal2621242470656364634663
Binary10110010101010010100111011010111011110100110011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B254A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B254A7; }

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

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

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

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

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

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

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

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