#B46ACF

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

Shades of Medium Orchid #B46ACF

Tints of Medium Orchid #B46ACF

Color information

#B46ACF (or 0xB46ACF) is unknown color: approx Medium Orchid. HEX triplet: B4, 6A and CF. RGB value is (180,106,207). Sum of RGB (Red+Green+Blue) = 180+106+207=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #B46ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ACF is #4B9530. Grayscale: #8B8B8B. Windows color (decimal): -4953393 or 13593268. OLE color: 13593268.

HSL color Cylindrical-coordinate representation of color #B46ACF: hue angle of 283.96º 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 #B46ACF is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180106207-
CMYK0.130.4900.19
HSL283.96º51.27%61.37%-
HSV(B)283.96º48.79%81.18%-
XYZ35.2424.5261.91-
YUV139.64166.02156.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 207 (81.25% from 255) = 41.99%
R=36.51%
G=21.50%
B=41.99%

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
Decimal1801062070.130.4900.19283.9651.2761.37
HexB46ACFD3101311c333d
Octal26415231715610234346375
Binary101101001101010110011111101110001010011100011100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46ACF; }

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

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

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

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

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

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

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

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