#B05AB8

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

Shades of Fuchsia #B05AB8

Tints of Fuchsia #B05AB8

Color information

#B05AB8 (or 0xB05AB8) is unknown color: approx Fuchsia. HEX triplet: B0, 5A and B8. RGB value is (176,90,184). Sum of RGB (Red+Green+Blue) = 176+90+184=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 184 (72.27% from 255 or 40.89% from 450); Max value from RGB is 184 - color contains mainly: blue. Hex color #B05AB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05AB8 is #4FA547. Grayscale: #7E7E7E. Windows color (decimal): -5219656 or 12081840. OLE color: 12081840.

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

Color convert

RGB17690184-
CMYK0.040.5100.28
HSL294.89º39.83%53.73%-
HSV(B)294.89º51.09%72.16%-
XYZ30.212047.62-
YUV126.43160.49163.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 184 (72.27% from 255) = 40.89%
R=39.11%
G=20%
B=40.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176901840.040.5100.28294.8939.8353.73
HexB05AB843301C1272836
Octal2601322704630344475066
Binary10110000101101010111000100110011011100100100111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AB8; }

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

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

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

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

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

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

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

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