#BC2CB7

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

Shades of Fuchsia #BC2CB7

Tints of Fuchsia #BC2CB7

Color information

#BC2CB7 (or 0xBC2CB7) is unknown color: approx Fuchsia. HEX triplet: BC, 2C and B7. RGB value is (188,44,183). Sum of RGB (Red+Green+Blue) = 188+44+183=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CB7 is #43D348. Grayscale: #666666. Windows color (decimal): -4445001 or 12004540. OLE color: 12004540.

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

Color convert

RGB18844183-
CMYK00.770.030.26
HSL302.08º62.07%45.49%-
HSV(B)302.08º76.6%73.73%-
XYZ30.1915.9146.28-
YUV102.9173.21188.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 44 (17.58% from 255) = 10.60%
BLUE value IS 183 (71.88% from 255) = 44.10%
R=45.30%
G=10.60%
B=44.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884418300.770.030.26302.0862.0745.49
HexBC2CB704D31A12e3e2d
Octal2745426701153324567655
Binary1011110010110010110111010011011111010100101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2CB7; }

 p { color: rgb(188,44,183); }

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

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

 a { background-color: rgb(188,44,183); }

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

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

 span { border-color: rgb(188,44,183); }

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