Html Css Color HEX #BF69A9 Fuchsia

📋 copy color: '#BF69A9'

red 191 ◦ green 105 ◦ blue 169

#BF69A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #BF69A9

Tints of Fuchsia #BF69A9

RGB

 RED value IS 191 (75% from 255) = 41.08%

 GREEN value IS 105 (41.41% from 255) = 22.58%

 BLUE value IS 169 (66.41% from 255) = 36.34%

R = 41.08%
G = 22.58%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF69A9 (or 0xBF69A9) is known color: Fuchsia. HEX triplet: BF, 69 and A9. RGB value is (191,105,169). Sum of RGB (Red+Green+Blue) = 191+105+169=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 169 (66.41% from 255 or 36.34% from 465); Max value from RGB is 191 - color contains mainly: red. Hex color #BF69A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF69A9 is #409656. Grayscale: #898989. Windows color (decimal): -4232791 or 11102655. OLE color: 11102655.

HSL color Cylindrical-coordinate representation of color #BF69A9: hue angle of 315.35º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF69A9 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 105 169 -
CMYK 0 0.45 0.12 0.25
HSL 315.35º 0.4% 0.58% -
HSV(B) 315.35º 0.45% 0.75% -
XYZ 33.7 24.04 40.4 -
YUV 138.01 145.49 165.8 -
System Red Green Blue C M Y K H S L
Decimal 191 105 169 0 0.45 0.12 0.25 315.35 0.4 0.58
Hex BF 69 A9 0 2D C 19 13B 28 3A
Octal 277 151 251 0 55 14 31 473 50 72
Binary 10111111 1101001 10101001 0 101101 1100 11001 100111011 101000 111010

Color Harmonies of #BF69A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF69A9

Black with #BF69A9

Text Example


Text Example

White with #BF69A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF69A9; }

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

 H1.HeaderClassName
 {
   color: #BF69A9;
 }
 .AnyTagClassName
 {
   color: #BF69A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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