#BC68B7

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

Shades of Fuchsia #BC68B7

Tints of Fuchsia #BC68B7

Color information

#BC68B7 (or 0xBC68B7) is unknown color: approx Fuchsia. HEX triplet: BC, 68 and B7. RGB value is (188,104,183). Sum of RGB (Red+Green+Blue) = 188+104+183=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 183 (71.88% from 255 or 38.53% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC68B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC68B7 is #439748. Grayscale: #898989. Windows color (decimal): -4429641 or 12019900. OLE color: 12019900.

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

Color convert

RGB188104183-
CMYK00.450.030.26
HSL303.57º38.53%57.25%-
HSV(B)303.57º44.68%73.73%-
XYZ34.2424.0147.63-
YUV138.12153.33163.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 183 (71.88% from 255) = 38.53%
R=39.58%
G=21.89%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810418300.450.030.26303.5738.5357.25
HexBC68B702D31A1302739
Octal2741502670553324604771
Binary1011110011010001011011101011011111010100110000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC68B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC68B7; }

 p { color: rgb(188,104,183); }

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

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

 a { background-color: rgb(188,104,183); }

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

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

 span { border-color: rgb(188,104,183); }

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