#B83FC2

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

Shades of Fuchsia #B83FC2

Tints of Fuchsia #B83FC2

Color information

#B83FC2 (or 0xB83FC2) is unknown color: approx Fuchsia. HEX triplet: B8, 3F and C2. RGB value is (184,63,194). Sum of RGB (Red+Green+Blue) = 184+63+194=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 194 - color contains mainly: blue. Hex color #B83FC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FC2 is #47C03D. Grayscale: #717171. Windows color (decimal): -4702270 or 12730296. OLE color: 12730296.

HSL color Cylindrical-coordinate representation of color #B83FC2: hue angle of 295.42º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83FC2 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18463194-
CMYK0.050.6800.24
HSL295.42º51.78%50.39%-
HSV(B)295.42º67.53%76.08%-
XYZ31.2817.6452.8-
YUV114.11173.09177.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.72%
GREEN value IS 63 (25% from 255) = 14.29%
BLUE value IS 194 (76.17% from 255) = 43.99%
R=41.72%
G=14.29%
B=43.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184631940.050.6800.24295.4251.7850.39
HexB83FC25440181273432
Octal2707730251040304476462
Binary10111000111111110000101011000100011000100100111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83FC2; }

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

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

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

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

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

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

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

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