#BF69C1

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

Shades of Fuchsia #BF69C1

Tints of Fuchsia #BF69C1

Color information

#BF69C1 (or 0xBF69C1) is unknown color: approx Fuchsia. HEX triplet: BF, 69 and C1. RGB value is (191,105,193). Sum of RGB (Red+Green+Blue) = 191+105+193=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 193 (75.78% from 255 or 39.47% from 489); Max value from RGB is 193 - color contains mainly: blue. Hex color #BF69C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69C1 is #40963E. Grayscale: #8C8C8C. Windows color (decimal): -4232767 or 12675519. OLE color: 12675519.

HSL color Cylindrical-coordinate representation of color #BF69C1: hue angle of 298.64º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF69C1 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB191105193-
CMYK0.010.4600.24
HSL298.64º41.51%58.43%-
HSV(B)298.64º45.6%75.69%-
XYZ36.1625.0353.38-
YUV140.75157.49163.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 105 (41.41% from 255) = 21.47%
BLUE value IS 193 (75.78% from 255) = 39.47%
R=39.06%
G=21.47%
B=39.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911051930.010.4600.24298.6441.5158.43
HexBF69C112E01812b2a3a
Octal2771513011560304535272
Binary101111111101001110000011101110011000100101011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69C1; }

 p { color: rgb(191,105,193); }

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

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

 a { background-color: rgb(191,105,193); }

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

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

 span { border-color: rgb(191,105,193); }

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