#B154A8

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

Shades of Violet Blue #B154A8

Tints of Violet Blue #B154A8

Color information

#B154A8 (or 0xB154A8) is unknown color: approx Violet Blue. HEX triplet: B1, 54 and A8. RGB value is (177,84,168). Sum of RGB (Red+Green+Blue) = 177+84+168=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B154A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B154A8 is #4EAB57. Grayscale: #797979. Windows color (decimal): -5155672 or 11031729. OLE color: 11031729.

HSL color Cylindrical-coordinate representation of color #B154A8: hue angle of 305.81º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B154A8 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17784168-
CMYK00.530.050.31
HSL305.81º37.35%51.18%-
HSV(B)305.81º52.54%69.41%-
XYZ28.3718.5139.12-
YUV121.38154.31167.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 168 (66.02% from 255) = 39.16%
R=41.26%
G=19.58%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778416800.530.050.31305.8137.3551.18
HexB154A803551F1322533
Octal2611242500655374624563
Binary10110001101010010101000011010110111111100110010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B154A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B154A8; }

 p { color: rgb(177,84,168); }

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

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

 a { background-color: rgb(177,84,168); }

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

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

 span { border-color: rgb(177,84,168); }

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