#BF68BC

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

Shades of Fuchsia #BF68BC

Tints of Fuchsia #BF68BC

Color information

#BF68BC (or 0xBF68BC) is unknown color: approx Fuchsia. HEX triplet: BF, 68 and BC. RGB value is (191,104,188). Sum of RGB (Red+Green+Blue) = 191+104+188=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68BC is #409743. Grayscale: #8B8B8B. Windows color (decimal): -4233028 or 12347583. OLE color: 12347583.

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

Color convert

RGB191104188-
CMYK00.460.020.25
HSL302.07º40.47%57.84%-
HSV(B)302.07º45.55%74.9%-
XYZ35.5124.6150.45-
YUV139.59155.32164.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 188 (73.83% from 255) = 38.92%
R=39.54%
G=21.53%
B=38.92%

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
Decimal19110418800.460.020.25302.0740.4757.84
HexBF68BC02E21912e283a
Octal2771502740562314565072
Binary1011111111010001011110001011101011001100101110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68BC; }

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

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

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

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

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

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

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

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