#BF68B4

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

Shades of Fuchsia #BF68B4

Tints of Fuchsia #BF68B4

Color information

#BF68B4 (or 0xBF68B4) is unknown color: approx Fuchsia. HEX triplet: BF, 68 and B4. RGB value is (191,104,180). Sum of RGB (Red+Green+Blue) = 191+104+180=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68B4 is #40974B. Grayscale: #8A8A8A. Windows color (decimal): -4233036 or 11823295. OLE color: 11823295.

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

Color convert

RGB191104180-
CMYK00.460.060.25
HSL307.59º40.47%57.84%-
HSV(B)307.59º45.55%74.9%-
XYZ34.6724.2746.04-
YUV138.68151.32165.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 104 (41.02% from 255) = 21.89%
BLUE value IS 180 (70.70% from 255) = 37.89%
R=40.21%
G=21.89%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110418000.460.060.25307.5940.4757.84
HexBF68B402E619134283a
Octal2771502640566314645072
Binary10111111110100010110100010111011011001100110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68B4; }

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

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

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

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

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

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

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

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