#B851AA

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

Shades of Fuchsia #B851AA

Tints of Fuchsia #B851AA

Color information

#B851AA (or 0xB851AA) is unknown color: approx Fuchsia. HEX triplet: B8, 51 and AA. RGB value is (184,81,170). Sum of RGB (Red+Green+Blue) = 184+81+170=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B851AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B851AA is #47AE55. Grayscale: #797979. Windows color (decimal): -4697686 or 11162040. OLE color: 11162040.

HSL color Cylindrical-coordinate representation of color #B851AA: hue angle of 308.16º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B851AA is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18481170-
CMYK00.560.080.28
HSL308.16º42.04%51.96%-
HSV(B)308.16º55.98%72.16%-
XYZ29.9718.9840.11-
YUV121.94155.12172.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 81 (32.03% from 255) = 18.62%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=42.30%
G=18.62%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848117000.560.080.28308.1642.0451.96
HexB851AA03881C1342a34
Octal27012125207010344645264
Binary101110001010001101010100111000100011100100110100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B851AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B851AA; }

 p { color: rgb(184,81,170); }

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

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

 a { background-color: rgb(184,81,170); }

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

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

 span { border-color: rgb(184,81,170); }

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