#BF2CB8

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

Shades of Fuchsia #BF2CB8

Tints of Fuchsia #BF2CB8

Color information

#BF2CB8 (or 0xBF2CB8) is unknown color: approx Fuchsia. HEX triplet: BF, 2C and B8. RGB value is (191,44,184). Sum of RGB (Red+Green+Blue) = 191+44+184=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CB8 is #40D347. Grayscale: #676767. Windows color (decimal): -4248392 or 12070079. OLE color: 12070079.

HSL color Cylindrical-coordinate representation of color #BF2CB8: hue angle of 302.86º 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 #BF2CB8 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19144184-
CMYK00.770.040.25
HSL302.86º62.55%46.08%-
HSV(B)302.86º76.96%74.9%-
XYZ31.0416.3446.87-
YUV103.91173.2190.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 44 (17.58% from 255) = 10.50%
BLUE value IS 184 (72.27% from 255) = 43.91%
R=45.58%
G=10.50%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914418400.770.040.25302.8662.5546.08
HexBF2CB804D41912f3f2e
Octal2775427001154314577756
Binary10111111101100101110000100110110011001100101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF2CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF2CB8; }

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

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

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

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

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

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

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

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