#BF63C2

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

Shades of Fuchsia #BF63C2

Tints of Fuchsia #BF63C2

Color information

#BF63C2 (or 0xBF63C2) is unknown color: approx Fuchsia. HEX triplet: BF, 63 and C2. RGB value is (191,99,194). Sum of RGB (Red+Green+Blue) = 191+99+194=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 194 (76.17% from 255 or 40.08% from 484); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF63C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF63C2 is #409C3D. Grayscale: #898989. Windows color (decimal): -4234302 or 12739519. OLE color: 12739519.

HSL color Cylindrical-coordinate representation of color #BF63C2: hue angle of 298.11º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF63C2 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19199194-
CMYK0.020.4900.24
HSL298.11º43.78%57.45%-
HSV(B)298.11º48.97%76.08%-
XYZ35.6923.953.77-
YUV137.34159.98166.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 99 (39.06% from 255) = 20.45%
BLUE value IS 194 (76.17% from 255) = 40.08%
R=39.46%
G=20.45%
B=40.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191991940.020.4900.24298.1143.7857.45
HexBF63C223101812a2c39
Octal2771433022610304525471
Binary1011111111000111100001010110001011000100101010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63C2; }

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

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

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

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

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

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

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

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