#B448A5

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

Shades of Violet Blue #B448A5

Tints of Violet Blue #B448A5

Color information

#B448A5 (or 0xB448A5) is unknown color: approx Violet Blue. HEX triplet: B4, 48 and A5. RGB value is (180,72,165). Sum of RGB (Red+Green+Blue) = 180+72+165=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B448A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B448A5 is #4BB75A. Grayscale: #727272. Windows color (decimal): -4962139 or 10832052. OLE color: 10832052.

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

Color convert

RGB18072165-
CMYK00.600.080.29
HSL308.33º42.86%49.41%-
HSV(B)308.33º60%70.59%-
XYZ27.9317.0537.42-
YUV114.89156.28174.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.17%
GREEN value IS 72 (28.52% from 255) = 17.27%
BLUE value IS 165 (64.84% from 255) = 39.57%
R=43.17%
G=17.27%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807216500.600.080.29308.3342.8649.41
HexB448A503C81D1342b31
Octal26411024507410354645361
Binary101101001001000101001010111100100011101100110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B448A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B448A5; }

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

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

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

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

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

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

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

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