#B550A5

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

Shades of Violet Blue #B550A5

Tints of Violet Blue #B550A5

Color information

#B550A5 (or 0xB550A5) is unknown color: approx Violet Blue. HEX triplet: B5, 50 and A5. RGB value is (181,80,165). Sum of RGB (Red+Green+Blue) = 181+80+165=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B550A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B550A5 is #4AAF5A. Grayscale: #777777. Windows color (decimal): -4894555 or 10834101. OLE color: 10834101.

HSL color Cylindrical-coordinate representation of color #B550A5: hue angle of 309.5º 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 #B550A5 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18180165-
CMYK00.560.090.29
HSL309.5º40.56%51.18%-
HSV(B)309.5º55.8%70.98%-
XYZ28.7218.2837.61-
YUV119.89153.46171.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 80 (31.64% from 255) = 18.78%
BLUE value IS 165 (64.84% from 255) = 38.73%
R=42.49%
G=18.78%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818016500.560.090.29309.540.5651.18
HexB550A503891D1362933
Octal26512024507011354665163
Binary101101011010000101001010111000100111101100110110101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550A5; }

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

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

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

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

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

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

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

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