#B842AB

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

Shades of Fuchsia #B842AB

Tints of Fuchsia #B842AB

Color information

#B842AB (or 0xB842AB) is unknown color: approx Fuchsia. HEX triplet: B8, 42 and AB. RGB value is (184,66,171). Sum of RGB (Red+Green+Blue) = 184+66+171=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B842AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B842AB is #47BD54. Grayscale: #707070. Windows color (decimal): -4701525 or 11223736. OLE color: 11223736.

HSL color Cylindrical-coordinate representation of color #B842AB: hue angle of 306.61º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B842AB is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18466171-
CMYK00.640.070.28
HSL306.61º47.2%49.02%-
HSV(B)306.61º64.13%72.16%-
XYZ29.0717.0340.28-
YUV113.25160.59178.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.71%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 171 (67.19% from 255) = 40.62%
R=43.71%
G=15.68%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846617100.640.070.28306.6147.249.02
HexB842AB04071C1332f31
Octal27010225301007344635761
Binary101110001000010101010110100000011111100100110011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B842AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B842AB; }

 p { color: rgb(184,66,171); }

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

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

 a { background-color: rgb(184,66,171); }

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

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

 span { border-color: rgb(184,66,171); }

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