#B46ACA

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

Shades of Medium Orchid #B46ACA

Tints of Medium Orchid #B46ACA

Color information

#B46ACA (or 0xB46ACA) is unknown color: approx Medium Orchid. HEX triplet: B4, 6A and CA. RGB value is (180,106,202). Sum of RGB (Red+Green+Blue) = 180+106+202=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #B46ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ACA is #4B9535. Grayscale: #8A8A8A. Windows color (decimal): -4953398 or 13265588. OLE color: 13265588.

HSL color Cylindrical-coordinate representation of color #B46ACA: hue angle of 286.25º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B46ACA is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB180106202-
CMYK0.110.4800.21
HSL286.25º47.52%60.39%-
HSV(B)286.25º47.52%79.22%-
XYZ34.6424.2858.74-
YUV139.07163.52157.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 202 (79.30% from 255) = 41.39%
R=36.89%
G=21.72%
B=41.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801062020.110.4800.21286.2547.5260.39
HexB46ACAB3001511e303c
Octal26415231213600254366074
Binary101101001101010110010101011110000010101100011110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46ACA; }

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

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

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

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

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

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

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

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