#BC64BD

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

Shades of Fuchsia #BC64BD

Tints of Fuchsia #BC64BD

Color information

#BC64BD (or 0xBC64BD) is unknown color: approx Fuchsia. HEX triplet: BC, 64 and BD. RGB value is (188,100,189). Sum of RGB (Red+Green+Blue) = 188+100+189=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #BC64BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64BD is #439B42. Grayscale: #888888. Windows color (decimal): -4430659 or 12412092. OLE color: 12412092.

HSL color Cylindrical-coordinate representation of color #BC64BD: hue angle of 299.33º 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 #BC64BD is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB188100189-
CMYK0.010.4700.26
HSL299.33º40.27%56.67%-
HSV(B)299.33º47.09%74.12%-
XYZ34.4823.4850.86-
YUV136.46157.65164.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 100 (39.45% from 255) = 20.96%
BLUE value IS 189 (74.22% from 255) = 39.62%
R=39.41%
G=20.96%
B=39.62%

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
Decimal1881001890.010.4700.26299.3340.2756.67
HexBC64BD12F01A12b2839
Octal2741442751570324535071
Binary101111001100100101111011101111011010100101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC64BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC64BD; }

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

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

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

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

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

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

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

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