#bf72ba

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

Shades of Fuchsia #BF72BA

Tints of Fuchsia #BF72BA

Color information

#BF72BA (or 0xBF72BA) is unknown color: approx Fuchsia. HEX triplet: BF, 72 and BA. RGB value is (191,114,186). Sum of RGB (Red+Green+Blue) = 191+114+186=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF72BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF72BA is #408D45. Grayscale: #919191. Windows color (decimal): -4230470 or 12219071. OLE color: 12219071.

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

Color convert

RGB191114186-
CMYK00.400.030.25
HSL303.9º37.56%59.8%-
HSV(B)303.9º40.31%74.9%-
XYZ36.3726.6649.68-
YUV145.23151.01160.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=38.90%
G=23.22%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111418600.400.030.25303.937.5659.8
HexBF72BA028319130263c
Octal2771622720503314604674
Binary1011111111100101011101001010001111001100110000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf72ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf72ba; }

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

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

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

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

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

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

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

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