#BF55B3

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

Shades of Fuchsia #BF55B3

Tints of Fuchsia #BF55B3

Color information

#BF55B3 (or 0xBF55B3) is unknown color: approx Fuchsia. HEX triplet: BF, 55 and B3. RGB value is (191,85,179). Sum of RGB (Red+Green+Blue) = 191+85+179=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55B3 is #40AA4C. Grayscale: #7F7F7F. Windows color (decimal): -4237901 or 11752895. OLE color: 11752895.

HSL color Cylindrical-coordinate representation of color #BF55B3: hue angle of 306.79º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF55B3 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19185179-
CMYK00.550.060.25
HSL306.79º45.3%54.12%-
HSV(B)306.79º55.5%74.9%-
XYZ32.8720.8344.94-
YUV127.41157.12173.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 85 (33.59% from 255) = 18.68%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=41.98%
G=18.68%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918517900.550.060.25306.7945.354.12
HexBF55B30376191332d36
Octal2771252630676314635566
Binary10111111101010110110011011011111011001100110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55B3; }

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

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

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

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

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

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

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

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