#BC62C5

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

Shades of Fuchsia #BC62C5

Tints of Fuchsia #BC62C5

Color information

#BC62C5 (or 0xBC62C5) is unknown color: approx Fuchsia. HEX triplet: BC, 62 and C5. RGB value is (188,98,197). Sum of RGB (Red+Green+Blue) = 188+98+197=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #BC62C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62C5 is #439D3A. Grayscale: #878787. Windows color (decimal): -4431163 or 12935868. OLE color: 12935868.

HSL color Cylindrical-coordinate representation of color #BC62C5: hue angle of 294.55º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC62C5 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18898197-
CMYK0.050.5000.23
HSL294.55º46.05%57.84%-
HSV(B)294.55º50.25%77.25%-
XYZ35.1823.4655.5-
YUV136.2162.32164.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.92%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 197 (77.34% from 255) = 40.79%
R=38.92%
G=20.29%
B=40.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188981970.050.5000.23294.5546.0557.84
HexBC62C55320171272e3a
Octal2741423055620274475672
Binary10111100110001011000101101110010010111100100111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC62C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC62C5; }

 p { color: rgb(188,98,197); }

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

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

 a { background-color: rgb(188,98,197); }

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

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

 span { border-color: rgb(188,98,197); }

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