#B45AA7

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

Shades of Violet Blue #B45AA7

Tints of Violet Blue #B45AA7

Color information

#B45AA7 (or 0xB45AA7) is unknown color: approx Violet Blue. HEX triplet: B4, 5A and A7. RGB value is (180,90,167). Sum of RGB (Red+Green+Blue) = 180+90+167=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 180 - color contains mainly: red. Hex color #B45AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45AA7 is #4BA558. Grayscale: #7D7D7D. Windows color (decimal): -4957529 or 10967732. OLE color: 10967732.

HSL color Cylindrical-coordinate representation of color #B45AA7: hue angle of 308.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45AA7 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18090167-
CMYK00.500.070.29
HSL308.67º37.5%52.94%-
HSV(B)308.67º50%70.59%-
XYZ29.4519.8138.83-
YUV125.69151.32166.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.19%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 167 (65.62% from 255) = 38.22%
R=41.19%
G=20.59%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809016700.500.070.29308.6737.552.94
HexB45AA703271D1352635
Octal2641322470627354654665
Binary10110100101101010100111011001011111101100110101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AA7; }

 p { color: rgb(180,90,167); }

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

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

 a { background-color: rgb(180,90,167); }

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

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

 span { border-color: rgb(180,90,167); }

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