#BF5FB2

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

Shades of Fuchsia #BF5FB2

Tints of Fuchsia #BF5FB2

Color information

#BF5FB2 (or 0xBF5FB2) is unknown color: approx Fuchsia. HEX triplet: BF, 5F and B2. RGB value is (191,95,178). Sum of RGB (Red+Green+Blue) = 191+95+178=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5FB2 is #40A04D. Grayscale: #848484. Windows color (decimal): -4235342 or 11689919. OLE color: 11689919.

HSL color Cylindrical-coordinate representation of color #BF5FB2: hue angle of 308.12º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5FB2 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19195178-
CMYK00.500.070.25
HSL308.12º42.86%56.08%-
HSV(B)308.12º50.26%74.9%-
XYZ33.6122.4844.69-
YUV133.17153.3169.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.16%
GREEN value IS 95 (37.5% from 255) = 20.47%
BLUE value IS 178 (69.92% from 255) = 38.36%
R=41.16%
G=20.47%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919517800.500.070.25308.1242.8656.08
HexBF5FB20327191342b38
Octal2771372620627314645370
Binary10111111101111110110010011001011111001100110100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5FB2; }

 p { color: rgb(191,95,178); }

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

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

 a { background-color: rgb(191,95,178); }

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

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

 span { border-color: rgb(191,95,178); }

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