#BF69BA

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

Shades of Fuchsia #BF69BA

Tints of Fuchsia #BF69BA

Color information

#BF69BA (or 0xBF69BA) is unknown color: approx Fuchsia. HEX triplet: BF, 69 and BA. RGB value is (191,105,186). Sum of RGB (Red+Green+Blue) = 191+105+186=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF69BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69BA is #409645. Grayscale: #8B8B8B. Windows color (decimal): -4232774 or 12216767. OLE color: 12216767.

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

Color convert

RGB191105186-
CMYK00.450.030.25
HSL303.49º40.19%58.04%-
HSV(B)303.49º45.03%74.9%-
XYZ35.424.7249.36-
YUV139.95153.99164.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=39.63%
G=21.78%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110518600.450.030.25303.4940.1958.04
HexBF69BA02D31912f283a
Octal2771512720553314575072
Binary1011111111010011011101001011011111001100101111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69BA; }

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

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

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

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

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

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

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

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