Html Css Color HEX #BF6AAB Fuchsia

📋 copy color: '#BF6AAB'

red 191 ◦ green 106 ◦ blue 171

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

Shades of Fuchsia #BF6AAB

Tints of Fuchsia #BF6AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.65%

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

R = 40.81%
G = 22.65%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF6AAB (or 0xBF6AAB) is known color: Fuchsia. HEX triplet: BF, 6A and AB. RGB value is (191,106,171). Sum of RGB (Red+Green+Blue) = 191+106+171=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6AAB is #409554. Grayscale: #8A8A8A. Windows color (decimal): -4232533 or 11233983. OLE color: 11233983.

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

Color convert

RGB 191 106 171 -
CMYK 0 0.45 0.10 0.25
HSL 314.12º 0.4% 0.58% -
HSV(B) 314.12º 0.45% 0.75% -
XYZ 33.99 24.32 41.43 -
YUV 138.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 191 106 171 0 0.45 0.10 0.25 314.12 0.4 0.58
Hex BF 6A AB 0 2D A 19 13A 28 3A
Octal 277 152 253 0 55 12 31 472 50 72
Binary 10111111 1101010 10101011 0 101101 1010 11001 100111010 101000 111010

Color Harmonies of #BF6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6AAB

Black with #BF6AAB

Text Example


Text Example

White with #BF6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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