#B56AF0

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

Shades of Medium Orchid #B56AF0

Tints of Medium Orchid #B56AF0

Color information

#B56AF0 (or 0xB56AF0) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and F0. RGB value is (181,106,240). Sum of RGB (Red+Green+Blue) = 181+106+240=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #B56AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56AF0 is #4A950F. Grayscale: #8F8F8F. Windows color (decimal): -4887824 or 15755957. OLE color: 15755957.

HSL color Cylindrical-coordinate representation of color #B56AF0: hue angle of 273.58º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B56AF0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181106240-
CMYK0.250.5600.06
HSL273.58º81.71%67.84%-
HSV(B)273.58º55.83%94.12%-
XYZ39.9426.4285.43-
YUV143.7182.35154.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 106 (41.80% from 255) = 20.11%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=34.35%
G=20.11%
B=45.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811062400.250.5600.06273.5881.7167.84
HexB56AF01938061125244
Octal265152360317006422122104
Binary1011010111010101111000011001111000011010001001010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56AF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56AF0; }

 p { color: rgb(181,106,240); }

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

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

 a { background-color: rgb(181,106,240); }

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

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

 span { border-color: rgb(181,106,240); }

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