#BF53BB

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

Shades of Fuchsia #BF53BB

Tints of Fuchsia #BF53BB

Color information

#BF53BB (or 0xBF53BB) is unknown color: approx Fuchsia. HEX triplet: BF, 53 and BB. RGB value is (191,83,187). Sum of RGB (Red+Green+Blue) = 191+83+187=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 191 - color contains mainly: red. Hex color #BF53BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53BB is #40AC44. Grayscale: #7E7E7E. Windows color (decimal): -4238405 or 12276671. OLE color: 12276671.

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

Color convert

RGB19183187-
CMYK00.570.020.25
HSL302.22º45.76%53.73%-
HSV(B)302.22º56.54%74.9%-
XYZ33.5520.8549.27-
YUV127.15161.78173.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 83 (32.81% from 255) = 18.00%
BLUE value IS 187 (73.44% from 255) = 40.56%
R=41.43%
G=18.00%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918318700.570.020.25302.2245.7653.73
HexBF53BB03921912e2e36
Octal2771232730712314565666
Binary1011111110100111011101101110011011001100101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF53BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF53BB; }

 p { color: rgb(191,83,187); }

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

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

 a { background-color: rgb(191,83,187); }

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

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

 span { border-color: rgb(191,83,187); }

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