#B83AC6

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

Shades of Fuchsia #B83AC6

Tints of Fuchsia #B83AC6

Color information

#B83AC6 (or 0xB83AC6) is unknown color: approx Fuchsia. HEX triplet: B8, 3A and C6. RGB value is (184,58,198). Sum of RGB (Red+Green+Blue) = 184+58+198=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #B83AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83AC6 is #47C539. Grayscale: #6F6F6F. Windows color (decimal): -4703546 or 12991160. OLE color: 12991160.

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

Color convert

RGB18458198-
CMYK0.070.7100.22
HSL294º55.12%50.2%-
HSV(B)294º70.71%77.65%-
XYZ31.4717.2955.11-
YUV111.63176.74179.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 58 (23.05% from 255) = 13.18%
BLUE value IS 198 (77.73% from 255) = 45%
R=41.82%
G=13.18%
B=45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184581980.070.7100.2229455.1250.2
HexB83AC67470161263732
Octal2707230671070264466762
Binary10111000111010110001101111000111010110100100110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83AC6; }

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

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

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

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

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

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

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

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