#BC69B9

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

Shades of Fuchsia #BC69B9

Tints of Fuchsia #BC69B9

Color information

#BC69B9 (or 0xBC69B9) is unknown color: approx Fuchsia. HEX triplet: BC, 69 and B9. RGB value is (188,105,185). Sum of RGB (Red+Green+Blue) = 188+105+185=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69B9 is #439646. Grayscale: #8A8A8A. Windows color (decimal): -4429383 or 12151228. OLE color: 12151228.

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

Color convert

RGB188105185-
CMYK00.440.020.26
HSL302.17º38.25%57.45%-
HSV(B)302.17º44.15%73.73%-
XYZ34.5524.348.77-
YUV138.94154163-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 185 (72.66% from 255) = 38.70%
R=39.33%
G=21.97%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810518500.440.020.26302.1738.2557.45
HexBC69B902C21A12e2639
Octal2741512710542324564671
Binary1011110011010011011100101011001011010100101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC69B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC69B9; }

 p { color: rgb(188,105,185); }

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

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

 a { background-color: rgb(188,105,185); }

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

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

 span { border-color: rgb(188,105,185); }

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