#B05AB9

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

Shades of Fuchsia #B05AB9

Tints of Fuchsia #B05AB9

Color information

#B05AB9 (or 0xB05AB9) is unknown color: approx Fuchsia. HEX triplet: B0, 5A and B9. RGB value is (176,90,185). Sum of RGB (Red+Green+Blue) = 176+90+185=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #B05AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AB9 is #4FA546. Grayscale: #7E7E7E. Windows color (decimal): -5219655 or 12147376. OLE color: 12147376.

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

Color convert

RGB17690185-
CMYK0.050.5100.27
HSL294.32º40.43%53.92%-
HSV(B)294.32º51.35%72.55%-
XYZ30.3220.0548.17-
YUV126.54160.99163.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 185 (72.66% from 255) = 41.02%
R=39.02%
G=19.96%
B=41.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176901850.050.5100.27294.3240.4353.92
HexB05AB953301B1262836
Octal2601322715630334465066
Binary10110000101101010111001101110011011011100100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AB9; }

 p { color: rgb(176,90,185); }

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

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

 a { background-color: rgb(176,90,185); }

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

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

 span { border-color: rgb(176,90,185); }

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