#BF46C0

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

Shades of Fuchsia #BF46C0

Tints of Fuchsia #BF46C0

Color information

#BF46C0 (or 0xBF46C0) is unknown color: approx Fuchsia. HEX triplet: BF, 46 and C0. RGB value is (191,70,192). Sum of RGB (Red+Green+Blue) = 191+70+192=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 192 (75.39% from 255 or 42.38% from 453); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF46C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46C0 is #40B93F. Grayscale: #777777. Windows color (decimal): -4241728 or 12601023. OLE color: 12601023.

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

Color convert

RGB19170192-
CMYK0.010.6400.25
HSL299.51º49.19%51.37%-
HSV(B)299.51º63.54%75.29%-
XYZ33.1919.2651.84-
YUV120.09168.59178.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 70 (27.73% from 255) = 15.45%
BLUE value IS 192 (75.39% from 255) = 42.38%
R=42.16%
G=15.45%
B=42.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191701920.010.6400.25299.5149.1951.37
HexBF46C014001912c3133
Octal27710630011000314546163
Binary1011111110001101100000011000000011001100101100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF46C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF46C0; }

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

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

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

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

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

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

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

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