#B56BBA

Color #B56BBA Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #B56BBA

Tints of Fuchsia #B56BBA

Color information

#B56BBA (or 0xB56BBA) is unknown color: approx Fuchsia. HEX triplet: B5, 6B and BA. RGB value is (181,107,186). Sum of RGB (Red+Green+Blue) = 181+107+186=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #B56BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BBA is #4A9445. Grayscale: #898989. Windows color (decimal): -4887622 or 12217269. OLE color: 12217269.

HSL color Cylindrical-coordinate representation of color #B56BBA: hue angle of 296.2º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B56BBA is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181107186-
CMYK0.030.4200.27
HSL296.2º36.41%57.45%-
HSV(B)296.2º42.47%72.94%-
XYZ33.1823.8849.32-
YUV138.13155.02158.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 107 (42.19% from 255) = 22.57%
BLUE value IS 186 (73.05% from 255) = 39.24%
R=38.19%
G=22.57%
B=39.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811071860.030.4200.27296.236.4157.45
HexB56BBA32A01B1282439
Octal2651532723520334504471
Binary1011010111010111011101011101010011011100101000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BBA; }

 p { color: rgb(181,107,186); }

 H1.HeaderClassName
 {
   color: #B56BBA;
 }
 .AnyTagClassName
 {
   color: #B56BBA;
 }
</style>
background-color css

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

 a { background-color: rgb(181,107,186); }

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

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

 span { border-color: rgb(181,107,186); }

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