#BC27B2

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

Shades of Fuchsia #BC27B2

Tints of Fuchsia #BC27B2

Color information

#BC27B2 (or 0xBC27B2) is unknown color: approx Fuchsia. HEX triplet: BC, 27 and B2. RGB value is (188,39,178). Sum of RGB (Red+Green+Blue) = 188+39+178=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 178 (69.92% from 255 or 43.95% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC27B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC27B2 is #43D84D. Grayscale: #626262. Windows color (decimal): -4446286 or 11675580. OLE color: 11675580.

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

Color convert

RGB18839178-
CMYK00.790.050.26
HSL304.03º65.64%44.51%-
HSV(B)304.03º79.26%73.73%-
XYZ29.515.3643.53-
YUV99.4172.36191.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 39 (15.62% from 255) = 9.63%
BLUE value IS 178 (69.92% from 255) = 43.95%
R=46.42%
G=9.63%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883917800.790.050.26304.0365.6444.51
HexBC27B204F51A130422d
Octal27447262011753246010255
Binary101111001001111011001001001111101110101001100001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC27B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC27B2; }

 p { color: rgb(188,39,178); }

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

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

 a { background-color: rgb(188,39,178); }

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

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

 span { border-color: rgb(188,39,178); }

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