#B862AB

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

Shades of Fuchsia #B862AB

Tints of Fuchsia #B862AB

Color information

#B862AB (or 0xB862AB) is unknown color: approx Fuchsia. HEX triplet: B8, 62 and AB. RGB value is (184,98,171). Sum of RGB (Red+Green+Blue) = 184+98+171=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B862AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B862AB is #479D54. Grayscale: #838383. Windows color (decimal): -4693333 or 11231928. OLE color: 11231928.

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

Color convert

RGB18498171-
CMYK00.470.070.28
HSL309.07º37.72%55.29%-
HSV(B)309.07º46.74%72.16%-
XYZ31.4921.8741.09-
YUV132.04149.99165.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.62%
GREEN value IS 98 (38.67% from 255) = 21.63%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=40.62%
G=21.63%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849817100.470.070.28309.0737.7255.29
HexB862AB02F71C1352637
Octal2701422530577344654667
Binary10111000110001010101011010111111111100100110101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B862AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B862AB; }

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

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

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

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

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

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

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

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