#BC67C4

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

Shades of Fuchsia #BC67C4

Tints of Fuchsia #BC67C4

Color information

#BC67C4 (or 0xBC67C4) is unknown color: approx Fuchsia. HEX triplet: BC, 67 and C4. RGB value is (188,103,196). Sum of RGB (Red+Green+Blue) = 188+103+196=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 196 (76.95% from 255 or 40.25% from 487); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC67C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67C4 is #43983B. Grayscale: #8A8A8A. Windows color (decimal): -4429884 or 12871612. OLE color: 12871612.

HSL color Cylindrical-coordinate representation of color #BC67C4: hue angle of 294.84º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC67C4 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB188103196-
CMYK0.040.4700.23
HSL294.84º44.08%58.63%-
HSV(B)294.84º47.45%76.86%-
XYZ35.5524.3855.06-
YUV139.02160.16162.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.60%
GREEN value IS 103 (40.62% from 255) = 21.15%
BLUE value IS 196 (76.95% from 255) = 40.25%
R=38.60%
G=21.15%
B=40.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1881031960.040.4700.23294.8444.0858.63
HexBC67C442F0171272c3b
Octal2741473044570274475473
Binary10111100110011111000100100101111010111100100111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67C4; }

 p { color: rgb(188,103,196); }

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

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

 a { background-color: rgb(188,103,196); }

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

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

 span { border-color: rgb(188,103,196); }

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