Html Css Color HEX #BF56BA Fuchsia

📋 copy color: '#BF56BA'

red 191 ◦ green 86 ◦ blue 186

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

Shades of Fuchsia #BF56BA

Tints of Fuchsia #BF56BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.17%

R = 41.25%
G = 18.57%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF56BA (or 0xBF56BA) is known color: Fuchsia. HEX triplet: BF, 56 and BA. RGB value is (191,86,186). Sum of RGB (Red+Green+Blue) = 191+86+186=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF56BA is #40A945. Grayscale: #808080. Windows color (decimal): -4237638 or 12211903. OLE color: 12211903.

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

Color convert

RGB 191 86 186 -
CMYK 0 0.55 0.03 0.25
HSL 302.86º 0.45% 0.54% -
HSV(B) 302.86º 0.55% 0.75% -
XYZ 33.68 21.28 48.79 -
YUV 128.8 160.29 172.37 -
System Red Green Blue C M Y K H S L
Decimal 191 86 186 0 0.55 0.03 0.25 302.86 0.45 0.54
Hex BF 56 BA 0 37 3 19 12F 2D 36
Octal 277 126 272 0 67 3 31 457 55 66
Binary 10111111 1010110 10111010 0 110111 11 11001 100101111 101101 110110

Color Harmonies of #BF56BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF56BA

Black with #BF56BA

Text Example


Text Example

White with #BF56BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF56BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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