#BF31BB

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

Shades of Fuchsia #BF31BB

Tints of Fuchsia #BF31BB

Color information

#BF31BB (or 0xBF31BB) is unknown color: approx Fuchsia. HEX triplet: BF, 31 and BB. RGB value is (191,49,187). Sum of RGB (Red+Green+Blue) = 191+49+187=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF31BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31BB is #40CE44. Grayscale: #6A6A6A. Windows color (decimal): -4247109 or 12267967. OLE color: 12267967.

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

Color convert

RGB19149187-
CMYK00.740.020.25
HSL301.69º59.17%47.06%-
HSV(B)301.69º74.35%74.9%-
XYZ31.5516.8648.61-
YUV107.19173.04187.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 49 (19.53% from 255) = 11.48%
BLUE value IS 187 (73.44% from 255) = 43.79%
R=44.73%
G=11.48%
B=43.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914918700.740.020.25301.6959.1747.06
HexBF31BB04A21912e3b2f
Octal2776127301122314567357
Binary1011111111000110111011010010101011001100101110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF31BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF31BB; }

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

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

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

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

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

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

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

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