#BC65B0

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

Shades of Fuchsia #BC65B0

Tints of Fuchsia #BC65B0

Color information

#BC65B0 (or 0xBC65B0) is unknown color: approx Fuchsia. HEX triplet: BC, 65 and B0. RGB value is (188,101,176). Sum of RGB (Red+Green+Blue) = 188+101+176=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 176 (69.14% from 255 or 37.85% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC65B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC65B0 is #439A4F. Grayscale: #878787. Windows color (decimal): -4430416 or 11560380. OLE color: 11560380.

HSL color Cylindrical-coordinate representation of color #BC65B0: hue angle of 308.28º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC65B0 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB188101176-
CMYK00.460.060.26
HSL308.28º39.37%56.67%-
HSV(B)308.28º46.28%73.73%-
XYZ33.2323.1343.79-
YUV135.56150.82165.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 176 (69.14% from 255) = 37.85%
R=40.43%
G=21.72%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810117600.460.060.26308.2839.3756.67
HexBC65B002E61A1342739
Octal2741452600566324644771
Binary10111100110010110110000010111011011010100110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65B0; }

 p { color: rgb(188,101,176); }

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

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

 a { background-color: rgb(188,101,176); }

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

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

 span { border-color: rgb(188,101,176); }

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