#BF46BE

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

Shades of Fuchsia #BF46BE

Tints of Fuchsia #BF46BE

Color information

#BF46BE (or 0xBF46BE) is unknown color: approx Fuchsia. HEX triplet: BF, 46 and BE. RGB value is (191,70,190). Sum of RGB (Red+Green+Blue) = 191+70+190=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BF46BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46BE is #40B941. Grayscale: #777777. Windows color (decimal): -4241730 or 12469951. OLE color: 12469951.

HSL color Cylindrical-coordinate representation of color #BF46BE: hue angle of 300.5º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF46BE is Cyan = 0, Magento = 0.63, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19170190-
CMYK00.630.010.25
HSL300.5º48.59%51.18%-
HSV(B)300.5º63.35%74.9%-
XYZ32.9719.1750.68-
YUV119.86167.59178.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 70 (27.73% from 255) = 15.52%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=42.35%
G=15.52%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917019000.630.010.25300.548.5951.18
HexBF46BE03F11912c3133
Octal2771062760771314546163
Binary101111111000110101111100111111111001100101100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF46BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF46BE; }

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

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

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

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

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

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

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

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