#BF55C8

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

Shades of Fuchsia #BF55C8

Tints of Fuchsia #BF55C8

Color information

#BF55C8 (or 0xBF55C8) is unknown color: approx Fuchsia. HEX triplet: BF, 55 and C8. RGB value is (191,85,200). Sum of RGB (Red+Green+Blue) = 191+85+200=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF55C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55C8 is #40AA37. Grayscale: #818181. Windows color (decimal): -4237880 or 13129151. OLE color: 13129151.

HSL color Cylindrical-coordinate representation of color #BF55C8: hue angle of 295.3º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF55C8 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19185200-
CMYK0.040.5800.22
HSL295.3º51.11%55.88%-
HSV(B)295.3º57.5%78.43%-
XYZ35.1621.7456.99-
YUV129.8167.62171.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 85 (33.59% from 255) = 17.86%
BLUE value IS 200 (78.52% from 255) = 42.02%
R=40.13%
G=17.86%
B=42.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191852000.040.5800.22295.351.1155.88
HexBF55C843A0161273338
Octal2771253104720264476370
Binary10111111101010111001000100111010010110100100111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55C8; }

 p { color: rgb(191,85,200); }

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

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

 a { background-color: rgb(191,85,200); }

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

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

 span { border-color: rgb(191,85,200); }

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