Html Css Color HEX #BF56B2 Fuchsia

📋 copy color: '#BF56B2'

red 191 ◦ green 86 ◦ blue 178

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

Shades of Fuchsia #BF56B2

Tints of Fuchsia #BF56B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 41.98%
G = 18.9%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF56B2 (or 0xBF56B2) is known color: Fuchsia. HEX triplet: BF, 56 and B2. RGB value is (191,86,178). Sum of RGB (Red+Green+Blue) = 191+86+178=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF56B2 is #40A94D. Grayscale: #7F7F7F. Windows color (decimal): -4237646 or 11687615. OLE color: 11687615.

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

Color convert

RGB 191 86 178 -
CMYK 0 0.55 0.07 0.25
HSL 307.43º 0.45% 0.54% -
HSV(B) 307.43º 0.55% 0.75% -
XYZ 32.85 20.95 44.43 -
YUV 127.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 191 86 178 0 0.55 0.07 0.25 307.43 0.45 0.54
Hex BF 56 B2 0 37 7 19 133 2D 36
Octal 277 126 262 0 67 7 31 463 55 66
Binary 10111111 1010110 10110010 0 110111 111 11001 100110011 101101 110110

Color Harmonies of #BF56B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF56B2

Black with #BF56B2

Text Example


Text Example

White with #BF56B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF56B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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