#BC69B6

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

Shades of Fuchsia #BC69B6

Tints of Fuchsia #BC69B6

Color information

#BC69B6 (or 0xBC69B6) is unknown color: approx Fuchsia. HEX triplet: BC, 69 and B6. RGB value is (188,105,182). Sum of RGB (Red+Green+Blue) = 188+105+182=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 182 (71.48% from 255 or 38.32% from 475); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69B6 is #439649. Grayscale: #8A8A8A. Windows color (decimal): -4429386 or 11954620. OLE color: 11954620.

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

Color convert

RGB188105182-
CMYK00.440.030.26
HSL304.34º38.25%57.45%-
HSV(B)304.34º44.15%73.73%-
XYZ34.2324.1747.12-
YUV138.6152.5163.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 182 (71.48% from 255) = 38.32%
R=39.58%
G=22.11%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810518200.440.030.26304.3438.2557.45
HexBC69B602C31A1302639
Octal2741512660543324604671
Binary1011110011010011011011001011001111010100110000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC69B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC69B6; }

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

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

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

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

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

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

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

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