Html Css Color HEX #BF66AB Fuchsia

📋 copy color: '#BF66AB'

red 191 ◦ green 102 ◦ blue 171

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

Shades of Fuchsia #BF66AB

Tints of Fuchsia #BF66AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.98%

 BLUE value IS 171 (67.19% from 255) = 36.85%

R = 41.16%
G = 21.98%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF66AB (or 0xBF66AB) is known color: Fuchsia. HEX triplet: BF, 66 and AB. RGB value is (191,102,171). Sum of RGB (Red+Green+Blue) = 191+102+171=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 191 - color contains mainly: red. Hex color #BF66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF66AB is #409954. Grayscale: #888888. Windows color (decimal): -4233557 or 11232959. OLE color: 11232959.

HSL color Cylindrical-coordinate representation of color #BF66AB: hue angle of 313.48º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF66AB is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 102 171 -
CMYK 0 0.47 0.10 0.25
HSL 313.48º 0.41% 0.57% -
HSV(B) 313.48º 0.47% 0.75% -
XYZ 33.59 23.52 41.3 -
YUV 136.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 191 102 171 0 0.47 0.10 0.25 313.48 0.41 0.57
Hex BF 66 AB 0 2F A 19 139 29 39
Octal 277 146 253 0 57 12 31 471 51 71
Binary 10111111 1100110 10101011 0 101111 1010 11001 100111001 101001 111001

Color Harmonies of #BF66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66AB

Black with #BF66AB

Text Example


Text Example

White with #BF66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66AB; }

 p { color: rgb(191,102,171); }

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

background-color css

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

 a { background-color: rgb(191,102,171); }

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

border-color css

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

 span { border-color: rgb(191,102,171); }

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