#B83EAA

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

Shades of Fuchsia #B83EAA

Tints of Fuchsia #B83EAA

Color information

#B83EAA (or 0xB83EAA) is unknown color: approx Fuchsia. HEX triplet: B8, 3E and AA. RGB value is (184,62,170). Sum of RGB (Red+Green+Blue) = 184+62+170=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 184 - color contains mainly: red. Hex color #B83EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B83EAA is #47C155. Grayscale: #6E6E6E. Windows color (decimal): -4702550 or 11157176. OLE color: 11157176.

HSL color Cylindrical-coordinate representation of color #B83EAA: hue angle of 306.89º degrees, saturation: 0.5, 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 #B83EAA is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18462170-
CMYK00.660.080.28
HSL306.89º49.59%48.24%-
HSV(B)306.89º66.3%72.16%-
XYZ28.7516.5439.71-
YUV110.79161.42180.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.23%
GREEN value IS 62 (24.61% from 255) = 14.90%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=44.23%
G=14.90%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846217000.660.080.28306.8949.5948.24
HexB83EAA04281C1333230
Octal27076252010210344636260
Binary101110001111101010101001000010100011100100110011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83EAA; }

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

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

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

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

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

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

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

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