#BF49CB

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

Shades of Fuchsia #BF49CB

Tints of Fuchsia #BF49CB

Color information

#BF49CB (or 0xBF49CB) is unknown color: approx Fuchsia. HEX triplet: BF, 49 and CB. RGB value is (191,73,203). Sum of RGB (Red+Green+Blue) = 191+73+203=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF49CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF49CB is #40B634. Grayscale: #7A7A7A. Windows color (decimal): -4240949 or 13322687. OLE color: 13322687.

HSL color Cylindrical-coordinate representation of color #BF49CB: hue angle of 294.46º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF49CB is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19173203-
CMYK0.060.6400.20
HSL294.46º55.56%54.12%-
HSV(B)294.46º64.04%79.61%-
XYZ34.6520.1558.56-
YUV123.1173.09176.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 73 (28.91% from 255) = 15.63%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=40.90%
G=15.63%
B=43.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal191732030.060.6400.20294.4655.5654.12
HexBF49CB6400141263836
Octal27711131361000244467066
Binary101111111001001110010111101000000010100100100110111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF49CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF49CB; }

 p { color: rgb(191,73,203); }

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

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

 a { background-color: rgb(191,73,203); }

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

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

 span { border-color: rgb(191,73,203); }

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