#bf3fa8

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

Shades of Fuchsia #BF3FA8

Tints of Fuchsia #BF3FA8

Color information

#BF3FA8 (or 0xBF3FA8) is unknown color: approx Fuchsia. HEX triplet: BF, 3F and A8. RGB value is (191,63,168). Sum of RGB (Red+Green+Blue) = 191+63+168=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3FA8 is #40C057. Grayscale: #707070. Windows color (decimal): -4243544 or 11026367. OLE color: 11026367.

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

Color convert

RGB19163168-
CMYK00.670.120.25
HSL310.78º50.39%49.8%-
HSV(B)310.78º67.02%74.9%-
XYZ30.3317.4638.82-
YUV113.24158.91183.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 63 (25% from 255) = 14.93%
BLUE value IS 168 (66.02% from 255) = 39.81%
R=45.26%
G=14.93%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916316800.670.120.25310.7850.3949.8
HexBF3FA8043C191373232
Octal27777250010314314676262
Binary101111111111111010100001000011110011001100110111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3fa8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3fa8; }

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

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

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

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

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

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

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

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