#BC64B6

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

Shades of Fuchsia #BC64B6

Tints of Fuchsia #BC64B6

Color information

#BC64B6 (or 0xBC64B6) is unknown color: approx Fuchsia. HEX triplet: BC, 64 and B6. RGB value is (188,100,182). Sum of RGB (Red+Green+Blue) = 188+100+182=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BC64B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64B6 is #439B49. Grayscale: #878787. Windows color (decimal): -4430666 or 11953340. OLE color: 11953340.

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

Color convert

RGB188100182-
CMYK00.470.030.26
HSL304.09º39.64%56.47%-
HSV(B)304.09º46.81%73.73%-
XYZ33.7423.1846.95-
YUV135.66154.15165.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 182 (71.48% from 255) = 38.72%
R=40%
G=21.28%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810018200.470.030.26304.0939.6456.47
HexBC64B602F31A1302838
Octal2741442660573324605070
Binary1011110011001001011011001011111111010100110000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64B6; }

 p { color: rgb(188,100,182); }

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

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

 a { background-color: rgb(188,100,182); }

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

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

 span { border-color: rgb(188,100,182); }

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