#B045BA

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

Shades of Fuchsia #B045BA

Tints of Fuchsia #B045BA

Color information

#B045BA (or 0xB045BA) is unknown color: approx Fuchsia. HEX triplet: B0, 45 and BA. RGB value is (176,69,186). Sum of RGB (Red+Green+Blue) = 176+69+186=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #B045BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045BA is #4FBA45. Grayscale: #717171. Windows color (decimal): -5225030 or 12207536. OLE color: 12207536.

HSL color Cylindrical-coordinate representation of color #B045BA: hue angle of 294.87º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B045BA is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17669186-
CMYK0.050.6300.27
HSL294.87º45.88%50%-
HSV(B)294.87º62.9%72.94%-
XYZ28.917.0348.22-
YUV114.33168.45171.99-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 69 (27.34% from 255) = 16.01%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=40.84%
G=16.01%
B=43.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176691860.050.6300.27294.8745.8850
HexB045BA53F01B1272e32
Octal2601052725770334475662
Binary10110000100010110111010101111111011011100100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B045BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B045BA; }

 p { color: rgb(176,69,186); }

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

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

 a { background-color: rgb(176,69,186); }

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

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

 span { border-color: rgb(176,69,186); }

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