#BC33C1

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

Shades of Fuchsia #BC33C1

Tints of Fuchsia #BC33C1

Color information

#BC33C1 (or 0xBC33C1) is unknown color: approx Fuchsia. HEX triplet: BC, 33 and C1. RGB value is (188,51,193). Sum of RGB (Red+Green+Blue) = 188+51+193=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC33C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33C1 is #43CC3E. Grayscale: #6B6B6B. Windows color (decimal): -4443199 or 12661692. OLE color: 12661692.

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

Color convert

RGB18851193-
CMYK0.030.7400.24
HSL297.89º58.2%47.84%-
HSV(B)297.89º73.58%75.69%-
XYZ31.5516.9152.05-
YUV108.15175.89184.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.52%
GREEN value IS 51 (20.31% from 255) = 11.81%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=43.52%
G=11.81%
B=44.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188511930.030.7400.24297.8958.247.84
HexBC33C134A01812a3a30
Octal2746330131120304527260
Binary1011110011001111000001111001010011000100101010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC33C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC33C1; }

 p { color: rgb(188,51,193); }

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

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

 a { background-color: rgb(188,51,193); }

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

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

 span { border-color: rgb(188,51,193); }

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