#B56CF0

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

Shades of Medium Orchid #B56CF0

Tints of Medium Orchid #B56CF0

Color information

#B56CF0 (or 0xB56CF0) is unknown color: approx Medium Orchid. HEX triplet: B5, 6C and F0. RGB value is (181,108,240). Sum of RGB (Red+Green+Blue) = 181+108+240=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #B56CF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B56CF0 is #4A930F. Grayscale: #909090. Windows color (decimal): -4887312 or 15756469. OLE color: 15756469.

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

Color convert

RGB181108240-
CMYK0.250.5500.06
HSL273.18º81.48%68.24%-
HSV(B)273.18º55%94.12%-
XYZ40.1526.8485.5-
YUV144.88181.68153.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 108 (42.58% from 255) = 20.42%
BLUE value IS 240 (94.14% from 255) = 45.37%
R=34.22%
G=20.42%
B=45.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811082400.250.5500.06273.1881.4868.24
HexB56CF01937061115144
Octal265154360316706421121104
Binary1011010111011001111000011001110111011010001000110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56CF0; }

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

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

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

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

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

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

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

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