#BF53B4

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

Shades of Fuchsia #BF53B4

Tints of Fuchsia #BF53B4

Color information

#BF53B4 (or 0xBF53B4) is unknown color: approx Fuchsia. HEX triplet: BF, 53 and B4. RGB value is (191,83,180). Sum of RGB (Red+Green+Blue) = 191+83+180=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 191 - color contains mainly: red. Hex color #BF53B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53B4 is #40AC4B. Grayscale: #7E7E7E. Windows color (decimal): -4238412 or 11817919. OLE color: 11817919.

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

Color convert

RGB19183180-
CMYK00.570.060.25
HSL306.11º45.76%53.73%-
HSV(B)306.11º56.54%74.9%-
XYZ32.8220.5645.42-
YUV126.35158.28174.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.07%
GREEN value IS 83 (32.81% from 255) = 18.28%
BLUE value IS 180 (70.70% from 255) = 39.65%
R=42.07%
G=18.28%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918318000.570.060.25306.1145.7653.73
HexBF53B40396191322e36
Octal2771232640716314625666
Binary10111111101001110110100011100111011001100110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF53B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF53B4; }

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

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

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

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

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

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

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

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