#B46AC9

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

Shades of Medium Orchid #B46AC9

Tints of Medium Orchid #B46AC9

Color information

#B46AC9 (or 0xB46AC9) is unknown color: approx Medium Orchid. HEX triplet: B4, 6A and C9. RGB value is (180,106,201). Sum of RGB (Red+Green+Blue) = 180+106+201=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #B46AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46AC9 is #4B9536. Grayscale: #8A8A8A. Windows color (decimal): -4953399 or 13200052. OLE color: 13200052.

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

Color convert

RGB180106201-
CMYK0.100.4700.21
HSL286.74º46.8%60.2%-
HSV(B)286.74º47.26%78.82%-
XYZ34.5224.2358.12-
YUV138.96163.02157.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 201 (78.91% from 255) = 41.27%
R=36.96%
G=21.77%
B=41.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1801062010.100.4700.21286.7446.860.2
HexB46AC9A2F01511f2f3c
Octal26415231112570254375774
Binary101101001101010110010011010101111010101100011111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AC9; }

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

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

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

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

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

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

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

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