#B83FBC

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

Shades of Fuchsia #B83FBC

Tints of Fuchsia #B83FBC

Color information

#B83FBC (or 0xB83FBC) is unknown color: approx Fuchsia. HEX triplet: B8, 3F and BC. RGB value is (184,63,188). Sum of RGB (Red+Green+Blue) = 184+63+188=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #B83FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FBC is #47C043. Grayscale: #717171. Windows color (decimal): -4702276 or 12337080. OLE color: 12337080.

HSL color Cylindrical-coordinate representation of color #B83FBC: hue angle of 298.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B83FBC is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18463188-
CMYK0.020.6600.26
HSL298.08º49.8%49.22%-
HSV(B)298.08º66.49%73.73%-
XYZ30.6217.3849.32-
YUV113.43170.09178.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 63 (25% from 255) = 14.48%
BLUE value IS 188 (73.83% from 255) = 43.22%
R=42.30%
G=14.48%
B=43.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184631880.020.6600.26298.0849.849.22
HexB83FBC24201A12a3231
Octal2707727421020324526261
Binary1011100011111110111100101000010011010100101010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83FBC; }

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

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

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

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

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

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

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

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