#B555A3

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

Shades of Violet Blue #B555A3

Tints of Violet Blue #B555A3

Color information

#B555A3 (or 0xB555A3) is unknown color: approx Violet Blue. HEX triplet: B5, 55 and A3. RGB value is (181,85,163). Sum of RGB (Red+Green+Blue) = 181+85+163=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B555A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B555A3 is #4AAA5C. Grayscale: #7A7A7A. Windows color (decimal): -4893277 or 10704309. OLE color: 10704309.

HSL color Cylindrical-coordinate representation of color #B555A3: hue angle of 311.25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B555A3 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18185163-
CMYK00.530.100.29
HSL311.25º39.34%52.16%-
HSV(B)311.25º53.04%70.98%-
XYZ28.9218.9736.79-
YUV122.6150.8169.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 163 (64.06% from 255) = 38.00%
R=42.19%
G=19.81%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818516300.530.100.29311.2539.3452.16
HexB555A3035A1D1372734
Octal26512524306512354674764
Binary101101011010101101000110110101101011101100110111100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B555A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B555A3; }

 p { color: rgb(181,85,163); }

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

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

 a { background-color: rgb(181,85,163); }

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

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

 span { border-color: rgb(181,85,163); }

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