#B45FA8

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

Shades of Violet Blue #B45FA8

Tints of Violet Blue #B45FA8

Color information

#B45FA8 (or 0xB45FA8) is unknown color: approx Violet Blue. HEX triplet: B4, 5F and A8. RGB value is (180,95,168). Sum of RGB (Red+Green+Blue) = 180+95+168=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B45FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45FA8 is #4BA057. Grayscale: #808080. Windows color (decimal): -4956248 or 11034548. OLE color: 11034548.

HSL color Cylindrical-coordinate representation of color #B45FA8: hue angle of 308.47º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B45FA8 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18095168-
CMYK00.470.070.29
HSL308.47º36.17%53.92%-
HSV(B)308.47º47.22%70.59%-
XYZ29.9820.7139.46-
YUV128.74150.16164.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 168 (66.02% from 255) = 37.92%
R=40.63%
G=21.44%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809516800.470.070.29308.4736.1753.92
HexB45FA802F71D1342436
Octal2641372500577354644466
Binary10110100101111110101000010111111111101100110100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FA8; }

 p { color: rgb(180,95,168); }

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

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

 a { background-color: rgb(180,95,168); }

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

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

 span { border-color: rgb(180,95,168); }

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