#B56FF2

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

Shades of Medium Purple #B56FF2

Tints of Medium Purple #B56FF2

Color information

#B56FF2 (or 0xB56FF2) is unknown color: approx Medium Purple. HEX triplet: B5, 6F and F2. RGB value is (181,111,242). Sum of RGB (Red+Green+Blue) = 181+111+242=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 242 - color contains mainly: blue. Hex color #B56FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56FF2 is #4A900D. Grayscale: #929292. Windows color (decimal): -4886542 or 15888309. OLE color: 15888309.

HSL color Cylindrical-coordinate representation of color #B56FF2: hue angle of 272.06º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B56FF2 is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181111242-
CMYK0.250.5400.05
HSL272.06º83.44%69.22%-
HSV(B)272.06º54.13%94.9%-
XYZ40.7727.687.18-
YUV146.86181.69152.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 242 (94.92% from 255) = 45.32%
R=33.90%
G=20.79%
B=45.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811112420.250.5400.05272.0683.4469.22
HexB56FF21936051105345
Octal265157362316605420123105
Binary1011010111011111111001011001110110010110001000010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FF2; }

 p { color: rgb(181,111,242); }

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

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

 a { background-color: rgb(181,111,242); }

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

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

 span { border-color: rgb(181,111,242); }

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