Html Css Color HEX #BF55AB Fuchsia

📋 copy color: '#BF55AB'

red 191 ◦ green 85 ◦ blue 171

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

Shades of Fuchsia #BF55AB

Tints of Fuchsia #BF55AB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.02%

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

R = 42.73%
G = 19.02%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF55AB (or 0xBF55AB) is known color: Fuchsia. HEX triplet: BF, 55 and AB. RGB value is (191,85,171). Sum of RGB (Red+Green+Blue) = 191+85+171=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55AB is #40AA54. Grayscale: #7E7E7E. Windows color (decimal): -4237909 or 11228607. OLE color: 11228607.

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

Color convert

RGB 191 85 171 -
CMYK 0 0.55 0.10 0.25
HSL 311.32º 0.45% 0.54% -
HSV(B) 311.32º 0.55% 0.75% -
XYZ 32.09 20.51 40.8 -
YUV 126.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 191 85 171 0 0.55 0.10 0.25 311.32 0.45 0.54
Hex BF 55 AB 0 37 A 19 137 2D 36
Octal 277 125 253 0 67 12 31 467 55 66
Binary 10111111 1010101 10101011 0 110111 1010 11001 100110111 101101 110110

Color Harmonies of #BF55AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF55AB

Black with #BF55AB

Text Example


Text Example

White with #BF55AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF55AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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