#BF51B5

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

Shades of Fuchsia #BF51B5

Tints of Fuchsia #BF51B5

Color information

#BF51B5 (or 0xBF51B5) is unknown color: approx Fuchsia. HEX triplet: BF, 51 and B5. RGB value is (191,81,181). Sum of RGB (Red+Green+Blue) = 191+81+181=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 181 (71.09% from 255 or 39.96% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF51B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51B5 is #40AE4A. Grayscale: #7D7D7D. Windows color (decimal): -4238923 or 11882943. OLE color: 11882943.

HSL color Cylindrical-coordinate representation of color #BF51B5: hue angle of 305.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF51B5 is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19181181-
CMYK00.580.050.25
HSL305.45º46.22%53.33%-
HSV(B)305.45º57.59%74.9%-
XYZ32.7720.345.91-
YUV125.29159.44174.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 181 (71.09% from 255) = 39.96%
R=42.16%
G=17.88%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918118100.580.050.25305.4546.2253.33
HexBF51B503A5191312e35
Octal2771212650725314615665
Binary10111111101000110110101011101010111001100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF51B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF51B5; }

 p { color: rgb(191,81,181); }

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

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

 a { background-color: rgb(191,81,181); }

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

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

 span { border-color: rgb(191,81,181); }

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