#B56FDF

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

Shades of Medium Orchid #B56FDF

Tints of Medium Orchid #B56FDF

Color information

#B56FDF (or 0xB56FDF) is unknown color: approx Medium Orchid. HEX triplet: B5, 6F and DF. RGB value is (181,111,223). Sum of RGB (Red+Green+Blue) = 181+111+223=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B56FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56FDF is #4A9020. Grayscale: #909090. Windows color (decimal): -4886561 or 14643125. OLE color: 14643125.

HSL color Cylindrical-coordinate representation of color #B56FDF: hue angle of 277.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B56FDF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181111223-
CMYK0.190.5000.13
HSL277.5º63.64%65.49%-
HSV(B)277.5º50.22%87.45%-
XYZ38.0626.5272.93-
YUV144.7172.19153.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 223 (87.5% from 255) = 43.30%
R=35.15%
G=21.55%
B=43.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811112230.190.5000.13277.563.6465.49
HexB56FDF13320D1164041
Octal2651573372362015426100101
Binary10110101110111111011111100111100100110110001011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56FDF; }

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

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

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

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

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

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

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

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