#B46FC6

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

Shades of Medium Orchid #B46FC6

Tints of Medium Orchid #B46FC6

Color information

#B46FC6 (or 0xB46FC6) is unknown color: approx Medium Orchid. HEX triplet: B4, 6F and C6. RGB value is (180,111,198). Sum of RGB (Red+Green+Blue) = 180+111+198=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 198 (77.73% from 255 or 40.49% from 489); Max value from RGB is 198 - color contains mainly: blue. Hex color #B46FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46FC6 is #4B9039. Grayscale: #8D8D8D. Windows color (decimal): -4952122 or 13004724. OLE color: 13004724.

HSL color Cylindrical-coordinate representation of color #B46FC6: hue angle of 287.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B46FC6 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180111198-
CMYK0.090.4400.22
HSL287.59º43.28%60.59%-
HSV(B)287.59º43.94%77.65%-
XYZ34.725.1556.45-
YUV141.55159.86155.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 198 (77.73% from 255) = 40.49%
R=36.81%
G=22.70%
B=40.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801111980.090.4400.22287.5943.2860.59
HexB46FC692C0161202b3d
Octal26415730611540264405375
Binary101101001101111110001101001101100010110100100000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46FC6; }

 p { color: rgb(180,111,198); }

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

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

 a { background-color: rgb(180,111,198); }

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

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

 span { border-color: rgb(180,111,198); }

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