#BC63B2

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

Shades of Fuchsia #BC63B2

Tints of Fuchsia #BC63B2

Color information

#BC63B2 (or 0xBC63B2) is unknown color: approx Fuchsia. HEX triplet: BC, 63 and B2. RGB value is (188,99,178). Sum of RGB (Red+Green+Blue) = 188+99+178=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC63B2 is #439C4D. Grayscale: #868686. Windows color (decimal): -4430926 or 11690940. OLE color: 11690940.

HSL color Cylindrical-coordinate representation of color #BC63B2: hue angle of 306.74º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC63B2 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB18899178-
CMYK00.470.050.26
HSL306.74º39.91%56.27%-
HSV(B)306.74º47.34%73.73%-
XYZ33.2422.8344.77-
YUV134.62152.49166.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 99 (39.06% from 255) = 21.29%
BLUE value IS 178 (69.92% from 255) = 38.28%
R=40.43%
G=21.29%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889917800.470.050.26306.7439.9156.27
HexBC63B202F51A1332838
Octal2741432620575324635070
Binary10111100110001110110010010111110111010100110011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC63B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC63B2; }

 p { color: rgb(188,99,178); }

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

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

 a { background-color: rgb(188,99,178); }

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

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

 span { border-color: rgb(188,99,178); }

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