#BF2CB6

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

Shades of Fuchsia #BF2CB6

Tints of Fuchsia #BF2CB6

Color information

#BF2CB6 (or 0xBF2CB6) is unknown color: approx Fuchsia. HEX triplet: BF, 2C and B6. RGB value is (191,44,182). Sum of RGB (Red+Green+Blue) = 191+44+182=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 182 (71.48% from 255 or 43.65% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2CB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CB6 is #40D349. Grayscale: #676767. Windows color (decimal): -4248394 or 11939007. OLE color: 11939007.

HSL color Cylindrical-coordinate representation of color #BF2CB6: hue angle of 303.67º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2CB6 is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19144182-
CMYK00.770.050.25
HSL303.67º62.55%46.08%-
HSV(B)303.67º76.96%74.9%-
XYZ30.8316.2645.77-
YUV103.68172.2190.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 44 (17.58% from 255) = 10.55%
BLUE value IS 182 (71.48% from 255) = 43.65%
R=45.80%
G=10.55%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914418200.770.050.25303.6762.5546.08
HexBF2CB604D5191303f2e
Octal2775426601155314607756
Binary10111111101100101101100100110110111001100110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2CB6; }

 p { color: rgb(191,44,182); }

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

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

 a { background-color: rgb(191,44,182); }

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

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

 span { border-color: rgb(191,44,182); }

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