#BF72BF

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

Shades of Fuchsia #BF72BF

Tints of Fuchsia #BF72BF

Color information

#BF72BF (or 0xBF72BF) is unknown color: approx Fuchsia. HEX triplet: BF, 72 and BF. RGB value is (191,114,191). Sum of RGB (Red+Green+Blue) = 191+114+191=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF72BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72BF is #408D40. Grayscale: #919191. Windows color (decimal): -4230465 or 12546751. OLE color: 12546751.

HSL color Cylindrical-coordinate representation of color #BF72BF: hue angle of 300º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF72BF is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB191114191-
CMYK00.4000.25
HSL300º37.56%59.8%-
HSV(B)300º40.31%74.9%-
XYZ36.9126.8752.53-
YUV145.8153.51160.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.51%
GREEN value IS 114 (44.92% from 255) = 22.98%
BLUE value IS 191 (75% from 255) = 38.51%
R=38.51%
G=22.98%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111419100.4000.2530037.5659.8
HexBF72BF02801912c263c
Octal2771622770500314544674
Binary101111111110010101111110101000011001100101100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF72BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF72BF; }

 p { color: rgb(191,114,191); }

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

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

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

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

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

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

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