#B56BF6

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

Shades of Medium Purple #B56BF6

Tints of Medium Purple #B56BF6

Color information

#B56BF6 (or 0xB56BF6) is unknown color: approx Medium Purple. HEX triplet: B5, 6B and F6. RGB value is (181,107,246). Sum of RGB (Red+Green+Blue) = 181+107+246=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #B56BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56BF6 is #4A9409. Grayscale: #909090. Windows color (decimal): -4887562 or 16149429. OLE color: 16149429.

HSL color Cylindrical-coordinate representation of color #B56BF6: hue angle of 271.94º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B56BF6 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181107246-
CMYK0.260.5700.04
HSL271.94º88.54%69.22%-
HSV(B)271.94º56.5%96.47%-
XYZ40.9526.9990.24-
YUV144.97185.02153.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 107 (42.19% from 255) = 20.04%
BLUE value IS 246 (96.48% from 255) = 46.07%
R=33.90%
G=20.04%
B=46.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811072460.260.5700.04271.9488.5469.22
HexB56BF61A39041105945
Octal265153366327104420131105
Binary1011010111010111111011011010111001010010001000010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56BF6; }

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

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

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

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

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

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

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

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