Html Css Color HEX #BF6BAC Fuchsia

📋 copy color: '#BF6BAC'

red 191 ◦ green 107 ◦ blue 172

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

Shades of Fuchsia #BF6BAC

Tints of Fuchsia #BF6BAC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.77%

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

R = 40.64%
G = 22.77%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF6BAC (or 0xBF6BAC) is known color: Fuchsia. HEX triplet: BF, 6B and AC. RGB value is (191,107,172). Sum of RGB (Red+Green+Blue) = 191+107+172=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BAC is #409453. Grayscale: #8B8B8B. Windows color (decimal): -4232276 or 11299775. OLE color: 11299775.

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

Color convert

RGB 191 107 172 -
CMYK 0 0.44 0.10 0.25
HSL 313.57º 0.4% 0.58% -
HSV(B) 313.57º 0.44% 0.75% -
XYZ 34.19 24.57 41.97 -
YUV 139.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 191 107 172 0 0.44 0.10 0.25 313.57 0.4 0.58
Hex BF 6B AC 0 2C A 19 13A 28 3A
Octal 277 153 254 0 54 12 31 472 50 72
Binary 10111111 1101011 10101100 0 101100 1010 11001 100111010 101000 111010

Color Harmonies of #BF6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6BAC

Black with #BF6BAC

Text Example


Text Example

White with #BF6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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