#BC61B4

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

Shades of Fuchsia #BC61B4

Tints of Fuchsia #BC61B4

Color information

#BC61B4 (or 0xBC61B4) is unknown color: approx Fuchsia. HEX triplet: BC, 61 and B4. RGB value is (188,97,180). Sum of RGB (Red+Green+Blue) = 188+97+180=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61B4 is #439E4B. Grayscale: #858585. Windows color (decimal): -4431436 or 11821500. OLE color: 11821500.

HSL color Cylindrical-coordinate representation of color #BC61B4: hue angle of 305.27º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC61B4 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB18897180-
CMYK00.480.040.26
HSL305.27º40.44%55.88%-
HSV(B)305.27º48.4%73.73%-
XYZ33.2522.5445.78-
YUV133.67154.15166.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.43%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 180 (70.70% from 255) = 38.71%
R=40.43%
G=20.86%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889718000.480.040.26305.2740.4455.88
HexBC61B403041A1312838
Octal2741412640604324615070
Binary10111100110000110110100011000010011010100110001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC61B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC61B4; }

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

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

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

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

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

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

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

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