#B56CF5

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

Shades of Medium Purple #B56CF5

Tints of Medium Purple #B56CF5

Color information

#B56CF5 (or 0xB56CF5) is unknown color: approx Medium Purple. HEX triplet: B5, 6C and F5. RGB value is (181,108,245). Sum of RGB (Red+Green+Blue) = 181+108+245=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 108 (42.58% from 255 or 20.22% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #B56CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CF5 is #4A930A. Grayscale: #909090. Windows color (decimal): -4887307 or 16084149. OLE color: 16084149.

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

Color convert

RGB181108245-
CMYK0.260.5600.04
HSL271.97º87.26%69.22%-
HSV(B)271.97º55.92%96.08%-
XYZ40.927.1489.47-
YUV145.44184.18153.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 108 (42.58% from 255) = 20.22%
BLUE value IS 245 (96.09% from 255) = 45.88%
R=33.90%
G=20.22%
B=45.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811082450.260.5600.04271.9787.2669.22
HexB56CF51A38041105745
Octal265154365327004420127105
Binary1011010111011001111010111010111000010010001000010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CF5; }

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

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

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

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

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

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

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

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