Html Css Color HEX #BF56A8 Fuchsia

📋 copy color: '#BF56A8'

red 191 ◦ green 86 ◦ blue 168

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

Shades of Fuchsia #BF56A8

Tints of Fuchsia #BF56A8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.33%

 BLUE value IS 168 (66.02% from 255) = 37.75%

R = 42.92%
G = 19.33%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BF56A8 (or 0xBF56A8) is known color: Fuchsia. HEX triplet: BF, 56 and A8. RGB value is (191,86,168). Sum of RGB (Red+Green+Blue) = 191+86+168=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF56A8 is #40A957. Grayscale: #7E7E7E. Windows color (decimal): -4237656 or 11032255. OLE color: 11032255.

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

Color convert

RGB 191 86 168 -
CMYK 0 0.55 0.12 0.25
HSL 313.14º 0.45% 0.54% -
HSV(B) 313.14º 0.55% 0.75% -
XYZ 31.88 20.56 39.33 -
YUV 126.74 151.29 173.83 -
System Red Green Blue C M Y K H S L
Decimal 191 86 168 0 0.55 0.12 0.25 313.14 0.45 0.54
Hex BF 56 A8 0 37 C 19 139 2D 36
Octal 277 126 250 0 67 14 31 471 55 66
Binary 10111111 1010110 10101000 0 110111 1100 11001 100111001 101101 110110

Color Harmonies of #BF56A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF56A8

Black with #BF56A8

Text Example


Text Example

White with #BF56A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF56A8; }

 p { color: rgb(191,86,168); }

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

background-color css

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

 a { background-color: rgb(191,86,168); }

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

border-color css

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

 span { border-color: rgb(191,86,168); }

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