#BF39A8

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

Shades of Fuchsia #BF39A8

Tints of Fuchsia #BF39A8

Color information

#BF39A8 (or 0xBF39A8) is unknown color: approx Fuchsia. HEX triplet: BF, 39 and A8. RGB value is (191,57,168). Sum of RGB (Red+Green+Blue) = 191+57+168=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 168 (66.02% from 255 or 40.38% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF39A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF39A8 is #40C657. Grayscale: #6D6D6D. Windows color (decimal): -4245080 or 11024831. OLE color: 11024831.

HSL color Cylindrical-coordinate representation of color #BF39A8: hue angle of 310.3º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF39A8 is Cyan = 0, Magento = 0.70, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19157168-
CMYK00.700.120.25
HSL310.3º54.03%48.63%-
HSV(B)310.3º70.16%74.9%-
XYZ30.0216.8338.71-
YUV109.72160.89185.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 57 (22.66% from 255) = 13.70%
BLUE value IS 168 (66.02% from 255) = 40.38%
R=45.91%
G=13.70%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915716800.700.120.25310.354.0348.63
HexBF39A8046C191363631
Octal27771250010614314666661
Binary101111111110011010100001000110110011001100110110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF39A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF39A8; }

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

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

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

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

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

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

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

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