#B56CC1

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

Shades of Fuchsia #B56CC1

Tints of Fuchsia #B56CC1

Color information

#B56CC1 (or 0xB56CC1) is unknown color: approx Fuchsia. HEX triplet: B5, 6C and C1. RGB value is (181,108,193). Sum of RGB (Red+Green+Blue) = 181+108+193=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #B56CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56CC1 is #4A933E. Grayscale: #8B8B8B. Windows color (decimal): -4887359 or 12676277. OLE color: 12676277.

HSL color Cylindrical-coordinate representation of color #B56CC1: hue angle of 291.53º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B56CC1 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181108193-
CMYK0.060.4400.24
HSL291.53º40.67%59.02%-
HSV(B)291.53º44.04%75.69%-
XYZ34.0424.453.37-
YUV139.52158.18157.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 108 (42.58% from 255) = 22.41%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=37.55%
G=22.41%
B=40.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811081930.060.4400.24291.5340.6759.02
HexB56CC162C018124293b
Octal2651543016540304445173
Binary10110101110110011000001110101100011000100100100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CC1; }

 p { color: rgb(181,108,193); }

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

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

 a { background-color: rgb(181,108,193); }

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

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

 span { border-color: rgb(181,108,193); }

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