#BF5FBE

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

Shades of Fuchsia #BF5FBE

Tints of Fuchsia #BF5FBE

Color information

#BF5FBE (or 0xBF5FBE) is unknown color: approx Fuchsia. HEX triplet: BF, 5F and BE. RGB value is (191,95,190). Sum of RGB (Red+Green+Blue) = 191+95+190=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5FBE is #40A041. Grayscale: #868686. Windows color (decimal): -4235330 or 12476351. OLE color: 12476351.

HSL color Cylindrical-coordinate representation of color #BF5FBE: hue angle of 300.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5FBE is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19195190-
CMYK00.500.010.25
HSL300.62º42.86%56.08%-
HSV(B)300.62º50.26%74.9%-
XYZ34.8722.9851.31-
YUV134.53159.3168.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 95 (37.5% from 255) = 19.96%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=40.13%
G=19.96%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919519000.500.010.25300.6242.8656.08
HexBF5FBE03211912d2b38
Octal2771372760621314555370
Binary101111111011111101111100110010111001100101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FBE; }

 p { color: rgb(191,95,190); }

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

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

 a { background-color: rgb(191,95,190); }

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

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

 span { border-color: rgb(191,95,190); }

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