#B040AB

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

Shades of Fuchsia #B040AB

Tints of Fuchsia #B040AB

Color information

#B040AB (or 0xB040AB) is unknown color: approx Fuchsia. HEX triplet: B0, 40 and AB. RGB value is (176,64,171). Sum of RGB (Red+Green+Blue) = 176+64+171=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 176 - color contains mainly: red. Hex color #B040AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B040AB is #4FBF54. Grayscale: #6D6D6D. Windows color (decimal): -5226325 or 11223216. OLE color: 11223216.

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

Color convert

RGB17664171-
CMYK00.640.030.31
HSL302.68º46.67%47.06%-
HSV(B)302.68º63.64%69.02%-
XYZ27.0915.8440.16-
YUV109.69162.61175.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.82%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 171 (67.19% from 255) = 41.61%
R=42.82%
G=15.57%
B=41.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766417100.640.030.31302.6846.6747.06
HexB040AB04031F12f2f2f
Octal26010025301003374575757
Binary10110000100000010101011010000001111111100101111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B040AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B040AB; }

 p { color: rgb(176,64,171); }

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

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

 a { background-color: rgb(176,64,171); }

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

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

 span { border-color: rgb(176,64,171); }

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