#B548A5

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

Shades of Violet Blue #B548A5

Tints of Violet Blue #B548A5

Color information

#B548A5 (or 0xB548A5) is unknown color: approx Violet Blue. HEX triplet: B5, 48 and A5. RGB value is (181,72,165). Sum of RGB (Red+Green+Blue) = 181+72+165=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 72 (28.52% from 255 or 17.22% from 418); Blue value is 165 (64.84% from 255 or 39.47% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B548A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B548A5 is #4AB75A. Grayscale: #727272. Windows color (decimal): -4896603 or 10832053. OLE color: 10832053.

HSL color Cylindrical-coordinate representation of color #B548A5: hue angle of 308.81º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B548A5 is Cyan = 0, Magento = 0.60, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18172165-
CMYK00.600.090.29
HSL308.81º43.08%49.61%-
HSV(B)308.81º60.22%70.98%-
XYZ28.1617.1837.43-
YUV115.19156.11174.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.30%
GREEN value IS 72 (28.52% from 255) = 17.22%
BLUE value IS 165 (64.84% from 255) = 39.47%
R=43.30%
G=17.22%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1817216500.600.090.29308.8143.0849.61
HexB548A503C91D1352b32
Octal26511024507411354655362
Binary101101011001000101001010111100100111101100110101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B548A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B548A5; }

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

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

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

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

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

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

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

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