#BC44B7

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

Shades of Fuchsia #BC44B7

Tints of Fuchsia #BC44B7

Color information

#BC44B7 (or 0xBC44B7) is unknown color: approx Fuchsia. HEX triplet: BC, 44 and B7. RGB value is (188,68,183). Sum of RGB (Red+Green+Blue) = 188+68+183=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC44B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44B7 is #43BB48. Grayscale: #747474. Windows color (decimal): -4438857 or 12010684. OLE color: 12010684.

HSL color Cylindrical-coordinate representation of color #BC44B7: hue angle of 302.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC44B7 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB18868183-
CMYK00.640.030.26
HSL302.5º47.24%50.2%-
HSV(B)302.5º63.83%73.73%-
XYZ31.3518.2446.67-
YUV116.99165.26178.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.82%
GREEN value IS 68 (26.95% from 255) = 15.49%
BLUE value IS 183 (71.88% from 255) = 41.69%
R=42.82%
G=15.49%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886818300.640.030.26302.547.2450.2
HexBC44B704031A12e2f32
Octal27410426701003324565762
Binary10111100100010010110111010000001111010100101110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC44B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC44B7; }

 p { color: rgb(188,68,183); }

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

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

 a { background-color: rgb(188,68,183); }

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

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

 span { border-color: rgb(188,68,183); }

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