#BF63BE

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

Shades of Fuchsia #BF63BE

Tints of Fuchsia #BF63BE

Color information

#BF63BE (or 0xBF63BE) is unknown color: approx Fuchsia. HEX triplet: BF, 63 and BE. RGB value is (191,99,190). Sum of RGB (Red+Green+Blue) = 191+99+190=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63BE is #409C41. Grayscale: #888888. Windows color (decimal): -4234306 or 12477375. OLE color: 12477375.

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

Color convert

RGB19199190-
CMYK00.480.010.25
HSL300.65º41.82%56.86%-
HSV(B)300.65º48.17%74.9%-
XYZ35.2423.7251.44-
YUV136.88157.98166.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 99 (39.06% from 255) = 20.62%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=39.79%
G=20.62%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919919000.480.010.25300.6541.8256.86
HexBF63BE03011912d2a39
Octal2771432760601314555271
Binary101111111100011101111100110000111001100101101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63BE; }

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

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

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

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

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

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

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

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