#BF52BE

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

Shades of Fuchsia #BF52BE

Tints of Fuchsia #BF52BE

Color information

#BF52BE (or 0xBF52BE) is unknown color: approx Fuchsia. HEX triplet: BF, 52 and BE. RGB value is (191,82,190). Sum of RGB (Red+Green+Blue) = 191+82+190=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF52BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52BE is #40AD41. Grayscale: #7E7E7E. Windows color (decimal): -4238658 or 12473023. OLE color: 12473023.

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

Color convert

RGB19182190-
CMYK00.570.010.25
HSL300.55º45.99%53.53%-
HSV(B)300.55º57.07%74.9%-
XYZ33.820.8350.95-
YUV126.9163.61173.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.25%
GREEN value IS 82 (32.42% from 255) = 17.71%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=41.25%
G=17.71%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918219000.570.010.25300.5545.9953.53
HexBF52BE03911912d2e36
Octal2771222760711314555666
Binary101111111010010101111100111001111001100101101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF52BE; }

 p { color: rgb(191,82,190); }

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

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

 a { background-color: rgb(191,82,190); }

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

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

 span { border-color: rgb(191,82,190); }

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