Html Css Color HEX #BF6CAC Fuchsia

📋 copy color: '#BF6CAC'

red 191 ◦ green 108 ◦ blue 172

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

Shades of Fuchsia #BF6CAC

Tints of Fuchsia #BF6CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

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

R = 40.55%
G = 22.93%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF6CAC (or 0xBF6CAC) is known color: Fuchsia. HEX triplet: BF, 6C and AC. RGB value is (191,108,172). Sum of RGB (Red+Green+Blue) = 191+108+172=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6CAC is #409353. Grayscale: #8B8B8B. Windows color (decimal): -4232020 or 11300031. OLE color: 11300031.

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

Color convert

RGB 191 108 172 -
CMYK 0 0.43 0.10 0.25
HSL 313.73º 0.39% 0.59% -
HSV(B) 313.73º 0.43% 0.75% -
XYZ 34.29 24.78 42.01 -
YUV 140.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 191 108 172 0 0.43 0.10 0.25 313.73 0.39 0.59
Hex BF 6C AC 0 2B A 19 13A 27 3B
Octal 277 154 254 0 53 12 31 472 47 73
Binary 10111111 1101100 10101100 0 101011 1010 11001 100111010 100111 111011

Color Harmonies of #BF6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CAC

Black with #BF6CAC

Text Example


Text Example

White with #BF6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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