#BC65BD

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

Shades of Fuchsia #BC65BD

Tints of Fuchsia #BC65BD

Color information

#BC65BD (or 0xBC65BD) is unknown color: approx Fuchsia. HEX triplet: BC, 65 and BD. RGB value is (188,101,189). Sum of RGB (Red+Green+Blue) = 188+101+189=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC65BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC65BD is #439A42. Grayscale: #888888. Windows color (decimal): -4430403 or 12412348. OLE color: 12412348.

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

Color convert

RGB188101189-
CMYK0.010.4700.26
HSL299.32º40%56.86%-
HSV(B)299.32º46.56%74.12%-
XYZ34.5823.6750.89-
YUV137.04157.32164.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 189 (74.22% from 255) = 39.54%
R=39.33%
G=21.13%
B=39.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881011890.010.4700.26299.324056.86
HexBC65BD12F01A12b2839
Octal2741452751570324535071
Binary101111001100101101111011101111011010100101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC65BD; }

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

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

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

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

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

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

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

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