#B83FC0

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

Shades of Fuchsia #B83FC0

Tints of Fuchsia #B83FC0

Color information

#B83FC0 (or 0xB83FC0) is unknown color: approx Fuchsia. HEX triplet: B8, 3F and C0. RGB value is (184,63,192). Sum of RGB (Red+Green+Blue) = 184+63+192=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #B83FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FC0 is #47C03F. Grayscale: #717171. Windows color (decimal): -4702272 or 12599224. OLE color: 12599224.

HSL color Cylindrical-coordinate representation of color #B83FC0: hue angle of 296.28º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83FC0 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18463192-
CMYK0.040.6700.25
HSL296.28º50.59%50%-
HSV(B)296.28º67.19%75.29%-
XYZ31.0617.5551.62-
YUV113.88172.09178.01-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 63 (25% from 255) = 14.35%
BLUE value IS 192 (75.39% from 255) = 43.74%
R=41.91%
G=14.35%
B=43.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184631920.040.6700.25296.2850.5950
HexB83FC04430191283332
Octal2707730041030314506362
Binary10111000111111110000001001000011011001100101000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83FC0; }

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

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

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

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

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

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

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

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