#BF69BC

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

Shades of Fuchsia #BF69BC

Tints of Fuchsia #BF69BC

Color information

#BF69BC (or 0xBF69BC) is unknown color: approx Fuchsia. HEX triplet: BF, 69 and BC. RGB value is (191,105,188). Sum of RGB (Red+Green+Blue) = 191+105+188=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF69BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69BC is #409643. Grayscale: #8B8B8B. Windows color (decimal): -4232772 or 12347839. OLE color: 12347839.

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

Color convert

RGB191105188-
CMYK00.450.020.25
HSL302.09º40.19%58.04%-
HSV(B)302.09º45.03%74.9%-
XYZ35.6124.8150.49-
YUV140.18154.99164.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 188 (73.83% from 255) = 38.84%
R=39.46%
G=21.69%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110518800.450.020.25302.0940.1958.04
HexBF69BC02D21912e283a
Octal2771512740552314565072
Binary1011111111010011011110001011011011001100101110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69BC; }

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

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

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

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

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

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

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

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