#B45BA7

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

Shades of Violet Blue #B45BA7

Tints of Violet Blue #B45BA7

Color information

#B45BA7 (or 0xB45BA7) is unknown color: approx Violet Blue. HEX triplet: B4, 5B and A7. RGB value is (180,91,167). Sum of RGB (Red+Green+Blue) = 180+91+167=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 167 (65.62% from 255 or 38.13% from 438); Max value from RGB is 180 - color contains mainly: red. Hex color #B45BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45BA7 is #4BA458. Grayscale: #7E7E7E. Windows color (decimal): -4957273 or 10967988. OLE color: 10967988.

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

Color convert

RGB18091167-
CMYK00.490.070.29
HSL308.76º37.24%53.14%-
HSV(B)308.76º49.44%70.59%-
XYZ29.5419.9838.86-
YUV126.28150.99166.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.10%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 167 (65.62% from 255) = 38.13%
R=41.10%
G=20.78%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809116700.490.070.29308.7637.2453.14
HexB45BA703171D1352535
Octal2641332470617354654565
Binary10110100101101110100111011000111111101100110101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BA7; }

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

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

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

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

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

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

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

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