#B56ACF

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

Shades of Medium Orchid #B56ACF

Tints of Medium Orchid #B56ACF

Color information

#B56ACF (or 0xB56ACF) is unknown color: approx Medium Orchid. HEX triplet: B5, 6A and CF. RGB value is (181,106,207). Sum of RGB (Red+Green+Blue) = 181+106+207=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #B56ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B56ACF is #4A9530. Grayscale: #8B8B8B. Windows color (decimal): -4887857 or 13593269. OLE color: 13593269.

HSL color Cylindrical-coordinate representation of color #B56ACF: hue angle of 284.55º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B56ACF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181106207-
CMYK0.130.4900.19
HSL284.55º51.27%61.37%-
HSV(B)284.55º48.79%81.18%-
XYZ35.4724.6461.92-
YUV139.94165.85157.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.64%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=36.64%
G=21.46%
B=41.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811062070.130.4900.19284.5551.2761.37
HexB56ACFD3101311d333d
Octal26515231715610234356375
Binary101101011101010110011111101110001010011100011101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56ACF; }

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

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

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

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

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

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

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

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