#BF68BB

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

Shades of Fuchsia #BF68BB

Tints of Fuchsia #BF68BB

Color information

#BF68BB (or 0xBF68BB) is unknown color: approx Fuchsia. HEX triplet: BF, 68 and BB. RGB value is (191,104,187). Sum of RGB (Red+Green+Blue) = 191+104+187=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68BB is #409744. Grayscale: #8B8B8B. Windows color (decimal): -4233029 or 12282047. OLE color: 12282047.

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

Color convert

RGB191104187-
CMYK00.460.020.25
HSL302.76º40.47%57.84%-
HSV(B)302.76º45.55%74.9%-
XYZ35.4124.5649.89-
YUV139.48154.82164.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 104 (41.02% from 255) = 21.58%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=39.63%
G=21.58%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110418700.460.020.25302.7640.4757.84
HexBF68BB02E21912f283a
Octal2771502730562314575072
Binary1011111111010001011101101011101011001100101111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68BB; }

 p { color: rgb(191,104,187); }

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

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

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

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

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

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

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