#bc63c4

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

Shades of Fuchsia #BC63C4

Tints of Fuchsia #BC63C4

Color information

#BC63C4 (or 0xBC63C4) is unknown color: approx Fuchsia. HEX triplet: BC, 63 and C4. RGB value is (188,99,196). Sum of RGB (Red+Green+Blue) = 188+99+196=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC63C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63C4 is #439C3B. Grayscale: #888888. Windows color (decimal): -4430908 or 12870588. OLE color: 12870588.

HSL color Cylindrical-coordinate representation of color #BC63C4: hue angle of 295.05º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC63C4 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18899196-
CMYK0.040.4900.23
HSL295.05º45.12%57.84%-
HSV(B)295.05º49.49%76.86%-
XYZ35.1623.654.93-
YUV136.67161.49164.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 196 (76.95% from 255) = 40.58%
R=38.92%
G=20.50%
B=40.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188991960.040.4900.23295.0545.1257.84
HexBC63C44310171272d3a
Octal2741433044610274475572
Binary10111100110001111000100100110001010111100100111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc63c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc63c4; }

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

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

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

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

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

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

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

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