#B83AC8

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

Shades of Fuchsia #B83AC8

Tints of Fuchsia #B83AC8

Color information

#B83AC8 (or 0xB83AC8) is unknown color: approx Fuchsia. HEX triplet: B8, 3A and C8. RGB value is (184,58,200). Sum of RGB (Red+Green+Blue) = 184+58+200=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #B83AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83AC8 is #47C537. Grayscale: #6F6F6F. Windows color (decimal): -4703544 or 13122232. OLE color: 13122232.

HSL color Cylindrical-coordinate representation of color #B83AC8: hue angle of 293.24º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83AC8 is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18458200-
CMYK0.080.7100.22
HSL293.24º56.35%50.59%-
HSV(B)293.24º71%78.43%-
XYZ31.7117.3956.33-
YUV111.86177.74179.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.63%
GREEN value IS 58 (23.05% from 255) = 13.12%
BLUE value IS 200 (78.52% from 255) = 45.25%
R=41.63%
G=13.12%
B=45.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184582000.080.7100.22293.2456.3550.59
HexB83AC88470161253833
Octal27072310101070264457063
Binary101110001110101100100010001000111010110100100101111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83AC8; }

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

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

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

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

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

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

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

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