Html Css Color HEX #BF68AC Fuchsia

📋 copy color: '#BF68AC'

red 191 ◦ green 104 ◦ blue 172

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

Shades of Fuchsia #BF68AC

Tints of Fuchsia #BF68AC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.27%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 40.9%
G = 22.27%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF68AC (or 0xBF68AC) is known color: Fuchsia. HEX triplet: BF, 68 and AC. RGB value is (191,104,172). Sum of RGB (Red+Green+Blue) = 191+104+172=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF68AC is #409753. Grayscale: #898989. Windows color (decimal): -4233044 or 11299007. OLE color: 11299007.

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

Color convert

RGB 191 104 172 -
CMYK 0 0.46 0.10 0.25
HSL 313.1º 0.4% 0.58% -
HSV(B) 313.1º 0.46% 0.75% -
XYZ 33.88 23.96 41.87 -
YUV 137.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 191 104 172 0 0.46 0.10 0.25 313.1 0.4 0.58
Hex BF 68 AC 0 2E A 19 139 28 3A
Octal 277 150 254 0 56 12 31 471 50 72
Binary 10111111 1101000 10101100 0 101110 1010 11001 100111001 101000 111010

Color Harmonies of #BF68AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF68AC

Black with #BF68AC

Text Example


Text Example

White with #BF68AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF68AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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