#BF52B6

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

Shades of Fuchsia #BF52B6

Tints of Fuchsia #BF52B6

Color information

#BF52B6 (or 0xBF52B6) is unknown color: approx Fuchsia. HEX triplet: BF, 52 and B6. RGB value is (191,82,182). Sum of RGB (Red+Green+Blue) = 191+82+182=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF52B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52B6 is #40AD49. Grayscale: #7D7D7D. Windows color (decimal): -4238666 or 11948735. OLE color: 11948735.

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

Color convert

RGB19182182-
CMYK00.570.050.25
HSL304.95º45.99%53.53%-
HSV(B)304.95º57.07%74.9%-
XYZ32.9520.4946.47-
YUV125.99159.61174.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 182 (71.48% from 255) = 40%
R=41.98%
G=18.02%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918218200.570.050.25304.9545.9953.53
HexBF52B60395191312e36
Octal2771222660715314615666
Binary10111111101001010110110011100110111001100110001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF52B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF52B6; }

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

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

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

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

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

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

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

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