#BF55B4

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

Shades of Fuchsia #BF55B4

Tints of Fuchsia #BF55B4

Color information

#BF55B4 (or 0xBF55B4) is unknown color: approx Fuchsia. HEX triplet: BF, 55 and B4. RGB value is (191,85,180). Sum of RGB (Red+Green+Blue) = 191+85+180=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55B4 is #40AA4B. Grayscale: #7F7F7F. Windows color (decimal): -4237900 or 11818431. OLE color: 11818431.

HSL color Cylindrical-coordinate representation of color #BF55B4: hue angle of 306.23º 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 #BF55B4 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19185180-
CMYK00.550.060.25
HSL306.23º45.3%54.12%-
HSV(B)306.23º55.5%74.9%-
XYZ32.9720.8745.47-
YUV127.52157.62173.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 85 (33.59% from 255) = 18.64%
BLUE value IS 180 (70.70% from 255) = 39.47%
R=41.89%
G=18.64%
B=39.47%

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
Decimal1918518000.550.060.25306.2345.354.12
HexBF55B40376191322d36
Octal2771252640676314625566
Binary10111111101010110110100011011111011001100110010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55B4; }

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

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

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

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

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

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

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

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