#B83FAB

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

Shades of Fuchsia #B83FAB

Tints of Fuchsia #B83FAB

Color information

#B83FAB (or 0xB83FAB) is unknown color: approx Fuchsia. HEX triplet: B8, 3F and AB. RGB value is (184,63,171). Sum of RGB (Red+Green+Blue) = 184+63+171=418 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.02% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 184 - color contains mainly: red. Hex color #B83FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83FAB is #47C054. Grayscale: #6F6F6F. Windows color (decimal): -4702293 or 11222968. OLE color: 11222968.

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

Color convert

RGB18463171-
CMYK00.660.070.28
HSL306.45º48.99%48.43%-
HSV(B)306.45º65.76%72.16%-
XYZ28.916.6940.23-
YUV111.49161.59179.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.02%
GREEN value IS 63 (25% from 255) = 15.07%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=44.02%
G=15.07%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846317100.660.070.28306.4548.9948.43
HexB83FAB04271C1323130
Octal2707725301027344626160
Binary10111000111111101010110100001011111100100110010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83FAB; }

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

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

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

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

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

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

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

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