#BF63BB

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

Shades of Fuchsia #BF63BB

Tints of Fuchsia #BF63BB

Color information

#BF63BB (or 0xBF63BB) is unknown color: approx Fuchsia. HEX triplet: BF, 63 and BB. RGB value is (191,99,187). Sum of RGB (Red+Green+Blue) = 191+99+187=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63BB is #409C44. Grayscale: #888888. Windows color (decimal): -4234309 or 12280767. OLE color: 12280767.

HSL color Cylindrical-coordinate representation of color #BF63BB: hue angle of 302.61º 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 #BF63BB is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19199187-
CMYK00.480.020.25
HSL302.61º41.82%56.86%-
HSV(B)302.61º48.17%74.9%-
XYZ34.9223.5949.73-
YUV136.54156.48166.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 99 (39.06% from 255) = 20.75%
BLUE value IS 187 (73.44% from 255) = 39.20%
R=40.04%
G=20.75%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919918700.480.020.25302.6141.8256.86
HexBF63BB03021912f2a39
Octal2771432730602314575271
Binary1011111111000111011101101100001011001100101111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63BB; }

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

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

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

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

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

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

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

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