#BC6BB8

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

Shades of Fuchsia #BC6BB8

Tints of Fuchsia #BC6BB8

Color information

#BC6BB8 (or 0xBC6BB8) is unknown color: approx Fuchsia. HEX triplet: BC, 6B and B8. RGB value is (188,107,184). Sum of RGB (Red+Green+Blue) = 188+107+184=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6BB8 is #439447. Grayscale: #8B8B8B. Windows color (decimal): -4428872 or 12086204. OLE color: 12086204.

HSL color Cylindrical-coordinate representation of color #BC6BB8: hue angle of 302.96º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6BB8 is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB188107184-
CMYK00.430.020.26
HSL302.96º37.67%57.84%-
HSV(B)302.96º43.09%73.73%-
XYZ34.6524.6748.28-
YUV140152.84162.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.25%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 184 (72.27% from 255) = 38.41%
R=39.25%
G=22.34%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810718400.430.020.26302.9637.6757.84
HexBC6BB802B21A12f263a
Octal2741532700532324574672
Binary1011110011010111011100001010111011010100101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6BB8; }

 p { color: rgb(188,107,184); }

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

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

 a { background-color: rgb(188,107,184); }

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

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

 span { border-color: rgb(188,107,184); }

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