#B63FBC

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

Shades of Fuchsia #B63FBC

Tints of Fuchsia #B63FBC

Color information

#B63FBC (or 0xB63FBC) is unknown color: approx Fuchsia. HEX triplet: B6, 3F and BC. RGB value is (182,63,188). Sum of RGB (Red+Green+Blue) = 182+63+188=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #B63FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FBC is #49C043. Grayscale: #707070. Windows color (decimal): -4833348 or 12337078. OLE color: 12337078.

HSL color Cylindrical-coordinate representation of color #B63FBC: hue angle of 297.12º 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 #B63FBC is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18263188-
CMYK0.030.6600.26
HSL297.12º49.8%49.22%-
HSV(B)297.12º66.49%73.73%-
XYZ30.1517.1349.29-
YUV112.83170.42177.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.03%
GREEN value IS 63 (25% from 255) = 14.55%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=42.03%
G=14.55%
B=43.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182631880.030.6600.26297.1249.849.22
HexB63FBC34201A1293231
Octal2667727431020324516261
Binary1011011011111110111100111000010011010100101001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63FBC; }

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

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

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

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

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

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

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

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