#BF68B9

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

Shades of Fuchsia #BF68B9

Tints of Fuchsia #BF68B9

Color information

#BF68B9 (or 0xBF68B9) is unknown color: approx Fuchsia. HEX triplet: BF, 68 and B9. RGB value is (191,104,185). Sum of RGB (Red+Green+Blue) = 191+104+185=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68B9 is #409746. Grayscale: #8B8B8B. Windows color (decimal): -4233031 or 12150975. OLE color: 12150975.

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

Color convert

RGB191104185-
CMYK00.460.030.25
HSL304.14º40.47%57.84%-
HSV(B)304.14º45.55%74.9%-
XYZ35.1924.4848.77-
YUV139.25153.82164.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.79%
GREEN value IS 104 (41.02% from 255) = 21.67%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=39.79%
G=21.67%
B=38.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110418500.460.030.25304.1440.4757.84
HexBF68B902E319130283a
Octal2771502710563314605072
Binary1011111111010001011100101011101111001100110000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68B9; }

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

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

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

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

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

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

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

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