Html Css Color HEX #BF5AAB Fuchsia

📋 copy color: '#BF5AAB'

red 191 ◦ green 90 ◦ blue 171

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

Shades of Fuchsia #BF5AAB

Tints of Fuchsia #BF5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.91%

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

R = 42.26%
G = 19.91%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF5AAB (or 0xBF5AAB) is known color: Fuchsia. HEX triplet: BF, 5A and AB. RGB value is (191,90,171). Sum of RGB (Red+Green+Blue) = 191+90+171=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5AAB is #40A554. Grayscale: #818181. Windows color (decimal): -4236629 or 11229887. OLE color: 11229887.

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

Color convert

RGB 191 90 171 -
CMYK 0 0.53 0.10 0.25
HSL 311.88º 0.44% 0.55% -
HSV(B) 311.88º 0.53% 0.75% -
XYZ 32.49 21.33 40.93 -
YUV 129.43 151.46 171.91 -
System Red Green Blue C M Y K H S L
Decimal 191 90 171 0 0.53 0.10 0.25 311.88 0.44 0.55
Hex BF 5A AB 0 35 A 19 138 2C 37
Octal 277 132 253 0 65 12 31 470 54 67
Binary 10111111 1011010 10101011 0 110101 1010 11001 100111000 101100 110111

Color Harmonies of #BF5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5AAB

Black with #BF5AAB

Text Example


Text Example

White with #BF5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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