#B83AA8

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

Shades of Fuchsia #B83AA8

Tints of Fuchsia #B83AA8

Color information

#B83AA8 (or 0xB83AA8) is unknown color: approx Fuchsia. HEX triplet: B8, 3A and A8. RGB value is (184,58,168). Sum of RGB (Red+Green+Blue) = 184+58+168=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 184 - color contains mainly: red. Hex color #B83AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83AA8 is #47C557. Grayscale: #6B6B6B. Windows color (decimal): -4703576 or 11025080. OLE color: 11025080.

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

Color convert

RGB18458168-
CMYK00.680.090.28
HSL307.62º52.07%47.45%-
HSV(B)307.62º68.48%72.16%-
XYZ28.3516.0438.65-
YUV108.21161.74182.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 58 (23.05% from 255) = 14.15%
BLUE value IS 168 (66.02% from 255) = 40.98%
R=44.88%
G=14.15%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845816800.680.090.28307.6252.0747.45
HexB83AA804491C134342f
Octal27072250010411344646457
Binary101110001110101010100001000100100111100100110100110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83AA8; }

 p { color: rgb(184,58,168); }

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

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

 a { background-color: rgb(184,58,168); }

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

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

 span { border-color: rgb(184,58,168); }

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