#BC69B4

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

Shades of Fuchsia #BC69B4

Tints of Fuchsia #BC69B4

Color information

#BC69B4 (or 0xBC69B4) is unknown color: approx Fuchsia. HEX triplet: BC, 69 and B4. RGB value is (188,105,180). Sum of RGB (Red+Green+Blue) = 188+105+180=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC69B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC69B4 is #43964B. Grayscale: #8A8A8A. Windows color (decimal): -4429388 or 11823548. OLE color: 11823548.

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

Color convert

RGB188105180-
CMYK00.440.040.26
HSL305.78º38.25%57.45%-
HSV(B)305.78º44.15%73.73%-
XYZ34.0324.0946.04-
YUV138.37151.5163.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=39.75%
G=22.20%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810518000.440.040.26305.7838.2557.45
HexBC69B402C41A1322639
Octal2741512640544324624671
Binary10111100110100110110100010110010011010100110010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC69B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC69B4; }

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

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

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

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

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

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

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

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