#BF50BB

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

Shades of Fuchsia #BF50BB

Tints of Fuchsia #BF50BB

Color information

#BF50BB (or 0xBF50BB) is unknown color: approx Fuchsia. HEX triplet: BF, 50 and BB. RGB value is (191,80,187). Sum of RGB (Red+Green+Blue) = 191+80+187=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF50BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50BB is #40AF44. Grayscale: #7D7D7D. Windows color (decimal): -4239173 or 12275903. OLE color: 12275903.

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

Color convert

RGB19180187-
CMYK00.580.020.25
HSL302.16º46.44%53.14%-
HSV(B)302.16º58.12%74.9%-
XYZ33.3220.449.2-
YUV125.39162.77174.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 80 (31.64% from 255) = 17.47%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=41.70%
G=17.47%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918018700.580.020.25302.1646.4453.14
HexBF50BB03A21912e2e35
Octal2771202730722314565665
Binary1011111110100001011101101110101011001100101110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF50BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF50BB; }

 p { color: rgb(191,80,187); }

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

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

 a { background-color: rgb(191,80,187); }

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

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

 span { border-color: rgb(191,80,187); }

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