#B550A0

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

Shades of Violet Blue #B550A0

Tints of Violet Blue #B550A0

Color information

#B550A0 (or 0xB550A0) is unknown color: approx Violet Blue. HEX triplet: B5, 50 and A0. RGB value is (181,80,160). Sum of RGB (Red+Green+Blue) = 181+80+160=421 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.99% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 181 - color contains mainly: red. Hex color #B550A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B550A0 is #4AAF5F. Grayscale: #777777. Windows color (decimal): -4894560 or 10506421. OLE color: 10506421.

HSL color Cylindrical-coordinate representation of color #B550A0: hue angle of 312.48º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B550A0 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18180160-
CMYK00.560.120.29
HSL312.48º40.56%51.18%-
HSV(B)312.48º55.8%70.98%-
XYZ28.2718.135.26-
YUV119.32150.96172-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.99%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=42.99%
G=19.00%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818016000.560.120.29312.4840.5651.18
HexB550A0038C1D1382933
Octal26512024007014354705163
Binary101101011010000101000000111000110011101100111000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550A0; }

 p { color: rgb(181,80,160); }

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

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

 a { background-color: rgb(181,80,160); }

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

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

 span { border-color: rgb(181,80,160); }

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