#B56BBE

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

Shades of Fuchsia #B56BBE

Tints of Fuchsia #B56BBE

Color information

#B56BBE (or 0xB56BBE) is unknown color: approx Fuchsia. HEX triplet: B5, 6B and BE. RGB value is (181,107,190). Sum of RGB (Red+Green+Blue) = 181+107+190=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #B56BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56BBE is #4A9441. Grayscale: #8A8A8A. Windows color (decimal): -4887618 or 12479413. OLE color: 12479413.

HSL color Cylindrical-coordinate representation of color #B56BBE: hue angle of 293.49º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56BBE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181107190-
CMYK0.050.4400.25
HSL293.49º38.97%58.24%-
HSV(B)293.49º43.68%74.51%-
XYZ33.6124.0651.59-
YUV138.59157.02158.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 107 (42.19% from 255) = 22.38%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=37.87%
G=22.38%
B=39.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811071900.050.4400.25293.4938.9758.24
HexB56BBE52C019125273a
Octal2651532765540314454772
Binary10110101110101110111110101101100011001100100101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BBE; }

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

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

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

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

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

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

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

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