#B45FA7

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

Shades of Violet Blue #B45FA7

Tints of Violet Blue #B45FA7

Color information

#B45FA7 (or 0xB45FA7) is unknown color: approx Violet Blue. HEX triplet: B4, 5F and A7. RGB value is (180,95,167). Sum of RGB (Red+Green+Blue) = 180+95+167=442 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.72% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 180 - color contains mainly: red. Hex color #B45FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45FA7 is #4BA058. Grayscale: #808080. Windows color (decimal): -4956249 or 10969012. OLE color: 10969012.

HSL color Cylindrical-coordinate representation of color #B45FA7: hue angle of 309.18º 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 #B45FA7 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18095167-
CMYK00.470.070.29
HSL309.18º36.17%53.92%-
HSV(B)309.18º47.22%70.59%-
XYZ29.8920.6838.98-
YUV128.62149.66164.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.72%
GREEN value IS 95 (37.5% from 255) = 21.49%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=40.72%
G=21.49%
B=37.78%

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
Decimal1809516700.470.070.29309.1836.1753.92
HexB45FA702F71D1352436
Octal2641372470577354654466
Binary10110100101111110100111010111111111101100110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FA7; }

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

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

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

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

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

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

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

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