#BF39C9

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

Shades of Fuchsia #BF39C9

Tints of Fuchsia #BF39C9

Color information

#BF39C9 (or 0xBF39C9) is unknown color: approx Fuchsia. HEX triplet: BF, 39 and C9. RGB value is (191,57,201). Sum of RGB (Red+Green+Blue) = 191+57+201=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 57 (22.66% from 255 or 12.69% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF39C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF39C9 is #40C636. Grayscale: #717171. Windows color (decimal): -4245047 or 13187519. OLE color: 13187519.

HSL color Cylindrical-coordinate representation of color #BF39C9: hue angle of 295.83º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF39C9 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19157201-
CMYK0.050.7200.21
HSL295.83º57.14%50.59%-
HSV(B)295.83º71.64%78.82%-
XYZ33.4918.2257.01-
YUV113.48177.39183.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.54%
GREEN value IS 57 (22.66% from 255) = 12.69%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=42.54%
G=12.69%
B=44.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191572010.050.7200.21295.8357.1450.59
HexBF39C95480151283933
Octal2777131151100254507163
Binary10111111111001110010011011001000010101100101000111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF39C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF39C9; }

 p { color: rgb(191,57,201); }

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

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

 a { background-color: rgb(191,57,201); }

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

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

 span { border-color: rgb(191,57,201); }

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