#BC67BA

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

Shades of Fuchsia #BC67BA

Tints of Fuchsia #BC67BA

Color information

#BC67BA (or 0xBC67BA) is unknown color: approx Fuchsia. HEX triplet: BC, 67 and BA. RGB value is (188,103,186). Sum of RGB (Red+Green+Blue) = 188+103+186=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BC67BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC67BA is #439845. Grayscale: #898989. Windows color (decimal): -4429894 or 12216252. OLE color: 12216252.

HSL color Cylindrical-coordinate representation of color #BC67BA: hue angle of 301.41º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC67BA is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB188103186-
CMYK00.450.010.26
HSL301.41º38.81%57.06%-
HSV(B)301.41º45.21%73.73%-
XYZ34.4523.9449.26-
YUV137.88155.16163.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.41%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=39.41%
G=21.59%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810318600.450.010.26301.4138.8157.06
HexBC67BA02D11A12d2739
Octal2741472720551324554771
Binary101111001100111101110100101101111010100101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC67BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC67BA; }

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

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

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

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

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

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

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

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