#BF63B0

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

Shades of Fuchsia #BF63B0

Tints of Fuchsia #BF63B0

Color information

#BF63B0 (or 0xBF63B0) is unknown color: approx Fuchsia. HEX triplet: BF, 63 and B0. RGB value is (191,99,176). Sum of RGB (Red+Green+Blue) = 191+99+176=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 176 (69.14% from 255 or 37.77% from 466); Max value from RGB is 191 - color contains mainly: red. Hex color #BF63B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF63B0 is #409C4F. Grayscale: #878787. Windows color (decimal): -4234320 or 11559871. OLE color: 11559871.

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

Color convert

RGB19199176-
CMYK00.480.080.25
HSL309.78º41.82%56.86%-
HSV(B)309.78º48.17%74.9%-
XYZ33.7823.1343.76-
YUV135.29150.98167.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.99%
GREEN value IS 99 (39.06% from 255) = 21.24%
BLUE value IS 176 (69.14% from 255) = 37.77%
R=40.99%
G=21.24%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919917600.480.080.25309.7841.8256.86
HexBF63B00308191362a39
Octal27714326006010314665271
Binary101111111100011101100000110000100011001100110110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF63B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF63B0; }

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

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

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

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

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

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

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

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