#BF51B6

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

Shades of Fuchsia #BF51B6

Tints of Fuchsia #BF51B6

Color information

#BF51B6 (or 0xBF51B6) is unknown color: approx Fuchsia. HEX triplet: BF, 51 and B6. RGB value is (191,81,182). Sum of RGB (Red+Green+Blue) = 191+81+182=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF51B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF51B6 is #40AE49. Grayscale: #7D7D7D. Windows color (decimal): -4238922 or 11948479. OLE color: 11948479.

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

Color convert

RGB19181182-
CMYK00.580.050.25
HSL304.91º46.22%53.33%-
HSV(B)304.91º57.59%74.9%-
XYZ32.8720.3446.45-
YUV125.4159.94174.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 81 (32.03% from 255) = 17.84%
BLUE value IS 182 (71.48% from 255) = 40.09%
R=42.07%
G=17.84%
B=40.09%

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
Decimal1918118200.580.050.25304.9146.2253.33
HexBF51B603A5191312e35
Octal2771212660725314615665
Binary10111111101000110110110011101010111001100110001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF51B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF51B6; }

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

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

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

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

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

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

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

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