#B56BBB

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

Shades of Fuchsia #B56BBB

Tints of Fuchsia #B56BBB

Color information

#B56BBB (or 0xB56BBB) is unknown color: approx Fuchsia. HEX triplet: B5, 6B and BB. RGB value is (181,107,187). Sum of RGB (Red+Green+Blue) = 181+107+187=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #B56BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BBB is #4A9444. Grayscale: #8A8A8A. Windows color (decimal): -4887621 or 12282805. OLE color: 12282805.

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

Color convert

RGB181107187-
CMYK0.030.4300.27
HSL295.5º37.04%57.65%-
HSV(B)295.5º42.78%73.33%-
XYZ33.2823.9349.88-
YUV138.25155.52158.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.11%
GREEN value IS 107 (42.19% from 255) = 22.53%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=38.11%
G=22.53%
B=39.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811071870.030.4300.27295.537.0457.65
HexB56BBB32B01B128253a
Octal2651532733530334504572
Binary1011010111010111011101111101011011011100101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BBB; }

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

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

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

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

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

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

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

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