#B041AD

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

Shades of Fuchsia #B041AD

Tints of Fuchsia #B041AD

Color information

#B041AD (or 0xB041AD) is unknown color: approx Fuchsia. HEX triplet: B0, 41 and AD. RGB value is (176,65,173). Sum of RGB (Red+Green+Blue) = 176+65+173=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 176 - color contains mainly: red. Hex color #B041AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B041AD is #4FBE52. Grayscale: #6E6E6E. Windows color (decimal): -5226067 or 11354544. OLE color: 11354544.

HSL color Cylindrical-coordinate representation of color #B041AD: hue angle of 301.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B041AD is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17665173-
CMYK00.630.020.31
HSL301.62º46.06%47.25%-
HSV(B)301.62º63.07%69.02%-
XYZ27.3416.0341.19-
YUV110.5163.27174.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.51%
GREEN value IS 65 (25.78% from 255) = 15.70%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=42.51%
G=15.70%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766517300.630.020.31301.6246.0647.25
HexB041AD03F21F12e2e2f
Octal2601012550772374565657
Binary1011000010000011010110101111111011111100101110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B041AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B041AD; }

 p { color: rgb(176,65,173); }

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

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

 a { background-color: rgb(176,65,173); }

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

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

 span { border-color: rgb(176,65,173); }

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