#BF68C0

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

Shades of Fuchsia #BF68C0

Tints of Fuchsia #BF68C0

Color information

#BF68C0 (or 0xBF68C0) is unknown color: approx Fuchsia. HEX triplet: BF, 68 and C0. RGB value is (191,104,192). Sum of RGB (Red+Green+Blue) = 191+104+192=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF68C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68C0 is #40973F. Grayscale: #8B8B8B. Windows color (decimal): -4233024 or 12609727. OLE color: 12609727.

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

Color convert

RGB191104192-
CMYK0.010.4600.25
HSL299.32º41.12%58.04%-
HSV(B)299.32º45.83%75.29%-
XYZ35.9524.7852.76-
YUV140.04157.32164.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.22%
GREEN value IS 104 (41.02% from 255) = 21.36%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=39.22%
G=21.36%
B=39.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911041920.010.4600.25299.3241.1258.04
HexBF68C012E01912b293a
Octal2771503001560314535172
Binary101111111101000110000001101110011001100101011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68C0; }

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

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

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

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

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

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

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

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