#BF63C7

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

Shades of Fuchsia #BF63C7

Tints of Fuchsia #BF63C7

Color information

#BF63C7 (or 0xBF63C7) is unknown color: approx Fuchsia. HEX triplet: BF, 63 and C7. RGB value is (191,99,199). Sum of RGB (Red+Green+Blue) = 191+99+199=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF63C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63C7 is #409C38. Grayscale: #898989. Windows color (decimal): -4234297 or 13067199. OLE color: 13067199.

HSL color Cylindrical-coordinate representation of color #BF63C7: hue angle of 295.2º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF63C7 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19199199-
CMYK0.040.5000.22
HSL295.2º47.17%58.43%-
HSV(B)295.2º50.25%78.04%-
XYZ36.2624.1256.78-
YUV137.91162.48165.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 99 (39.06% from 255) = 20.25%
BLUE value IS 199 (78.12% from 255) = 40.70%
R=39.06%
G=20.25%
B=40.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191991990.040.5000.22295.247.1758.43
HexBF63C74320161272f3a
Octal2771433074620264475772
Binary10111111110001111000111100110010010110100100111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63C7; }

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

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

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

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

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

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

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

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