#bf52ba

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

Shades of Fuchsia #BF52BA

Tints of Fuchsia #BF52BA

Color information

#BF52BA (or 0xBF52BA) is unknown color: approx Fuchsia. HEX triplet: BF, 52 and BA. RGB value is (191,82,186). Sum of RGB (Red+Green+Blue) = 191+82+186=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 191 - color contains mainly: red. Hex color #BF52BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52BA is #40AD45. Grayscale: #7E7E7E. Windows color (decimal): -4238662 or 12210879. OLE color: 12210879.

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

Color convert

RGB19182186-
CMYK00.570.030.25
HSL302.75º45.99%53.53%-
HSV(B)302.75º57.07%74.9%-
XYZ33.3720.6648.68-
YUV126.45161.61174.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 82 (32.42% from 255) = 17.86%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=41.61%
G=17.86%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918218600.570.030.25302.7545.9953.53
HexBF52BA03931912f2e36
Octal2771222720713314575666
Binary1011111110100101011101001110011111001100101111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf52ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf52ba; }

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

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

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

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

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

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

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

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