Html Css Color HEX #B056BB Fuchsia

📋 copy color: '#B056BB'

red 176 ◦ green 86 ◦ blue 187

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

Shades of Fuchsia #B056BB

Tints of Fuchsia #B056BB

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 39.2%
G = 19.15%
B = 41.65%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B056BB (or 0xB056BB) is known color: Fuchsia. HEX triplet: B0, 56 and BB. RGB value is (176,86,187). Sum of RGB (Red+Green+Blue) = 176+86+187=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #B056BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B056BB is #4FA944. Grayscale: #7C7C7C. Windows color (decimal): -5220677 or 12277424. OLE color: 12277424.

HSL color Cylindrical-coordinate representation of color #B056BB: hue angle of 293.47º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B056BB is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 86 187 -
CMYK 0.06 0.54 0 0.27
HSL 293.47º 0.43% 0.54% -
HSV(B) 293.47º 0.54% 0.73% -
XYZ 30.2 19.47 49.18 -
YUV 124.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 176 86 187 0.06 0.54 0 0.27 293.47 0.43 0.54
Hex B0 56 BB 6 36 0 1B 125 2B 36
Octal 260 126 273 6 66 0 33 445 53 66
Binary 10110000 1010110 10111011 110 110110 0 11011 100100101 101011 110110

Color Harmonies of #B056BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B056BB

Black with #B056BB

Text Example


Text Example

White with #B056BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B056BB; }

 p { color: rgb(176,86,187); }

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

background-color css

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

 a { background-color: rgb(176,86,187); }

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

border-color css

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

 span { border-color: rgb(176,86,187); }

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