#BF27B7

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

Shades of Fuchsia #BF27B7

Tints of Fuchsia #BF27B7

Color information

#BF27B7 (or 0xBF27B7) is unknown color: approx Fuchsia. HEX triplet: BF, 27 and B7. RGB value is (191,39,183). Sum of RGB (Red+Green+Blue) = 191+39+183=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF27B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF27B7 is #40D848. Grayscale: #646464. Windows color (decimal): -4249673 or 12003263. OLE color: 12003263.

HSL color Cylindrical-coordinate representation of color #BF27B7: hue angle of 303.16º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF27B7 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19139183-
CMYK00.800.040.25
HSL303.16º66.09%45.1%-
HSV(B)303.16º79.58%74.9%-
XYZ30.7615.9546.26-
YUV100.86174.36192.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 39 (15.62% from 255) = 9.44%
BLUE value IS 183 (71.88% from 255) = 44.31%
R=46.25%
G=9.44%
B=44.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913918300.800.040.25303.1666.0945.1
HexBF27B705041912f422d
Octal27747267012043145710255
Binary101111111001111011011101010000100110011001011111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF27B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF27B7; }

 p { color: rgb(191,39,183); }

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

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

 a { background-color: rgb(191,39,183); }

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

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

 span { border-color: rgb(191,39,183); }

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