#BC30C3

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

Shades of Fuchsia #BC30C3

Tints of Fuchsia #BC30C3

Color information

#BC30C3 (or 0xBC30C3) is unknown color: approx Fuchsia. HEX triplet: BC, 30 and C3. RGB value is (188,48,195). Sum of RGB (Red+Green+Blue) = 188+48+195=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 195 (76.56% from 255 or 45.24% from 431); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC30C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30C3 is #43CF3C. Grayscale: #6A6A6A. Windows color (decimal): -4443965 or 12791996. OLE color: 12791996.

HSL color Cylindrical-coordinate representation of color #BC30C3: hue angle of 297.14º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC30C3 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18848195-
CMYK0.040.7500.24
HSL297.14º60.49%47.65%-
HSV(B)297.14º75.38%76.47%-
XYZ31.6516.7553.19-
YUV106.62177.88186.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.62%
GREEN value IS 48 (19.14% from 255) = 11.14%
BLUE value IS 195 (76.56% from 255) = 45.24%
R=43.62%
G=11.14%
B=45.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188481950.040.7500.24297.1460.4947.65
HexBC30C344B0181293c30
Octal2746030341130304517460
Binary10111100110000110000111001001011011000100101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC30C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC30C3; }

 p { color: rgb(188,48,195); }

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

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

 a { background-color: rgb(188,48,195); }

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

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

 span { border-color: rgb(188,48,195); }

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