#BF69C3

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

Shades of Fuchsia #BF69C3

Tints of Fuchsia #BF69C3

Color information

#BF69C3 (or 0xBF69C3) is unknown color: approx Fuchsia. HEX triplet: BF, 69 and C3. RGB value is (191,105,195). Sum of RGB (Red+Green+Blue) = 191+105+195=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF69C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69C3 is #40963C. Grayscale: #8C8C8C. Windows color (decimal): -4232765 or 12806591. OLE color: 12806591.

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

Color convert

RGB191105195-
CMYK0.020.4600.24
HSL297.33º42.86%58.82%-
HSV(B)297.33º46.15%76.47%-
XYZ36.3925.1254.56-
YUV140.97158.49163.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 195 (76.56% from 255) = 39.71%
R=38.90%
G=21.38%
B=39.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911051950.020.4600.24297.3342.8658.82
HexBF69C322E0181292b3b
Octal2771513032560304515373
Binary1011111111010011100001110101110011000100101001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69C3; }

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

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

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

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

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

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

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

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