#BC6CC1

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

Shades of Fuchsia #BC6CC1

Tints of Fuchsia #BC6CC1

Color information

#BC6CC1 (or 0xBC6CC1) is unknown color: approx Fuchsia. HEX triplet: BC, 6C and C1. RGB value is (188,108,193). Sum of RGB (Red+Green+Blue) = 188+108+193=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 108 (42.58% from 255 or 22.09% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC6CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6CC1 is #43933E. Grayscale: #8D8D8D. Windows color (decimal): -4428607 or 12676284. OLE color: 12676284.

HSL color Cylindrical-coordinate representation of color #BC6CC1: hue angle of 296.47º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6CC1 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB188108193-
CMYK0.030.4400.24
HSL296.47º40.67%59.02%-
HSV(B)296.47º44.04%75.69%-
XYZ35.7325.2753.45-
YUV141.61157161.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 108 (42.58% from 255) = 22.09%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=38.45%
G=22.09%
B=39.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881081930.030.4400.24296.4740.6759.02
HexBC6CC132C018128293b
Octal2741543013540304505173
Binary1011110011011001100000111101100011000100101000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6CC1; }

 p { color: rgb(188,108,193); }

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

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

 a { background-color: rgb(188,108,193); }

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

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

 span { border-color: rgb(188,108,193); }

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