#B45CA9

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

Shades of Violet Blue #B45CA9

Tints of Violet Blue #B45CA9

Color information

#B45CA9 (or 0xB45CA9) is unknown color: approx Violet Blue. HEX triplet: B4, 5C and A9. RGB value is (180,92,169). Sum of RGB (Red+Green+Blue) = 180+92+169=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 169 (66.41% from 255 or 38.32% from 441); Max value from RGB is 180 - color contains mainly: red. Hex color #B45CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45CA9 is #4BA356. Grayscale: #7E7E7E. Windows color (decimal): -4957015 or 11099316. OLE color: 11099316.

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

Color convert

RGB18092169-
CMYK00.490.060.29
HSL307.5º36.97%53.33%-
HSV(B)307.5º48.89%70.59%-
XYZ29.8120.2239.87-
YUV127.09151.65165.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 169 (66.41% from 255) = 38.32%
R=40.82%
G=20.86%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1809216900.490.060.29307.536.9753.33
HexB45CA903161D1342535
Octal2641342510616354644565
Binary10110100101110010101001011000111011101100110100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CA9; }

 p { color: rgb(180,92,169); }

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

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

 a { background-color: rgb(180,92,169); }

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

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

 span { border-color: rgb(180,92,169); }

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